Skip to content

Commit e76f3c3

Browse files
Update pre-commit hooks (#3113)
Fixes #3112
1 parent 92e7164 commit e76f3c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: benchmarks/
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.0.1
6+
rev: v4.4.0
77
hooks:
88
- id: check-ast
99
- id: check-builtin-literals
@@ -17,20 +17,20 @@ repos:
1717
- id: check-vcs-permalinks
1818
- id: check-shebang-scripts-are-executable
1919
- repo: https://github.com/pre-commit/pygrep-hooks
20-
rev: v1.9.0
20+
rev: v1.10.0
2121
hooks:
2222
- id: python-check-mock-methods
2323
- id: python-no-log-warn
2424
- id: python-use-type-annotations
2525
- id: rst-directive-colons
2626
- id: rst-inline-touching-normal
2727
- repo: https://github.com/hadialqattan/pycln
28-
rev: v1.2.5
28+
rev: v2.2.2
2929
hooks:
3030
- id: pycln
3131
args: [--all]
3232
- repo: https://github.com/psf/black
33-
rev: 22.3.0
33+
rev: 23.7.0
3434
hooks:
3535
- id: black
3636
exclude: ^benchmarks/

0 commit comments

Comments
 (0)