Skip to content

Commit 3e3d2d6

Browse files
Update pre-commit hook versions
1 parent e50360c commit 3e3d2d6

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
@@ -12,20 +12,20 @@ repos:
1212
- id: debug-statements
1313
- id: check-merge-conflict
1414
- repo: https://github.com/psf/black
15-
rev: 23.3.0
15+
rev: 23.7.0
1616
hooks:
1717
- id: black
1818
language_version: python3
1919
- repo: https://github.com/pycqa/flake8
20-
rev: 6.0.0
20+
rev: 6.1.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pycqa/isort
2424
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.2.0
28+
rev: v1.5.1
2929
hooks:
3030
- id: mypy
3131
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)