Skip to content

Commit dcd4414

Browse files
authored
Update .pre-commit-config.yaml
1 parent d39f30a commit dcd4414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ repos:
1212
- id: check-merge-conflict
1313
- id: debug-statements
1414
- repo: https://github.com/psf/black
15-
rev: 24.4.2
15+
rev: 24.8.0
1616
hooks:
1717
- id: black
1818
language_version: python3
1919
args: ["-l", "120", "--target-version", "py38", "--target-version", "py39", "--target-version", "py310"]
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 7.0.0
21+
rev: 7.1.1
2222
hooks:
2323
- id: flake8
2424
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)