Skip to content

Commit

Permalink
Merge pull request #215 from ku-nlp/dev
Browse files Browse the repository at this point in the history
Update Deps
  • Loading branch information
omukazu authored Aug 6, 2024
2 parents 4f60532 + 2cf9c65 commit e8436a2
Show file tree
Hide file tree
Showing 3 changed files with 857 additions and 878 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repos:
- id: check-yaml
- id: check-toml
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]
Expand All @@ -22,22 +22,22 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies:
- rhoknp==1.6.0
- hydra-core==1.3.2
- torch==2.2.0
- torchmetrics==1.3.0
- transformers==4.38.2
- torch==2.4.0
- torchmetrics==1.4.1
- transformers==4.42.4
- tokenizers
- wandb
- typer
- types-PyYAML
- cohesion-tools==0.5.7
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args:
Expand Down
Loading

0 comments on commit e8436a2

Please sign in to comment.