Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikkuzu authored Mar 26, 2023
1 parent 4802c40 commit 744318b
Showing 1 changed file with 4 additions and 4 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.10.1
rev: 5.12.0
hooks:
- id: isort
files: 'hydra/.*'
Expand All @@ -10,17 +10,17 @@ repos:
files: 'tools/.*'

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

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

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
rev: v1.30.0
hooks:
- id: yamllint
args: [-c=.yamllint, --strict]

0 comments on commit 744318b

Please sign in to comment.