Skip to content

Commit

Permalink
Update pygrep & isort hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manzato committed Jan 31, 2023
1 parent 09bfd1b commit 6e14874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: black

- repo: https://github.com/timothycrosley/isort
rev: v5.11.3
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
Expand All @@ -36,7 +36,7 @@ repos:
additional_dependencies: [flake8-isort]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-no-eval
Expand Down

0 comments on commit 6e14874

Please sign in to comment.