Skip to content

Commit

Permalink
Merge pull request #261 from euphorie/update-pre-commit
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
reinhardt authored Jul 9, 2024
2 parents 3185170 + 554ea31 commit 9914ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -13,11 +13,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
exclude: /tests/
Expand Down

0 comments on commit 9914ede

Please sign in to comment.