Skip to content

Commit

Permalink
update linter pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Feb 27, 2024
1 parent 21ca21c commit c5b44cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
files: 'hydra/.*'
Expand All @@ -10,17 +10,17 @@ repos:
files: 'tools/.*'

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.2.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.35.1
hooks:
- id: yamllint
args: [-c=.yamllint, --strict]
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-r requirements.txt
bandit
black>=22.1.0
black==24.2.0
build
coverage
flake8<6 # pinned due to https://github.com/savoirfairelinux/flake8-copyright/issues/19
flake8==7.0.0
flake8-copyright
isort==5.5.2
mypy
isort==5.13.2
mypy==1.8.0
nox
packaging
pre-commit
Expand Down

0 comments on commit c5b44cd

Please sign in to comment.