Skip to content

Commit

Permalink
Merge pull request #43 from Ekumen-OS/update-precommit-hook
Browse files Browse the repository at this point in the history
Update pygrep & isort hook versions
  • Loading branch information
manzato authored Jan 31, 2023
2 parents 09bfd1b + 6e14874 commit 90e2f61
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 90e2f61

Please sign in to comment.