Skip to content

Commit

Permalink
Update pre-commit hooks (#3113)
Browse files Browse the repository at this point in the history
Fixes #3112
  • Loading branch information
evilhamsterman committed Nov 7, 2023
1 parent 92e7164 commit e76f3c3
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
Expand Up @@ -3,7 +3,7 @@
exclude: benchmarks/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -17,20 +17,20 @@ repos:
- id: check-vcs-permalinks
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-mock-methods
- id: python-no-log-warn
- id: python-use-type-annotations
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/hadialqattan/pycln
rev: v1.2.5
rev: v2.2.2
hooks:
- id: pycln
args: [--all]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
exclude: ^benchmarks/
Expand Down

0 comments on commit e76f3c3

Please sign in to comment.