Skip to content

Commit ac2e166

Browse files
Update pre-commit hooks
1 parent 6f986ae commit ac2e166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ exclude: |
77
)$
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v2.1.0
10+
rev: v4.4.0
1111
hooks:
1212
- id: debug-statements
1313
- id: check-merge-conflict
1414
- repo: https://github.com/psf/black
15-
rev: 22.3.0
15+
rev: 23.3.0
1616
hooks:
1717
- id: black
1818
language_version: python3
@@ -34,7 +34,7 @@ repos:
3434
)$
3535
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v0.931
37+
rev: v1.4.0
3838
hooks:
3939
- id: mypy
4040
additional_dependencies:

0 commit comments

Comments
 (0)