We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47db640 commit d8935f2Copy full SHA for d8935f2
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# See https://pre-commit.com/hooks.html for info on hooks
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.5.0
+ rev: v5.0.0
5
hooks:
6
- id: check-added-large-files
7
- id: check-ast
@@ -14,14 +14,14 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/psf/black
17
- rev: 23.10.0
+ rev: 24.10.0
18
19
- id: black
20
- repo: https://github.com/PyCQA/isort
21
- rev: 5.12.0
+ rev: 5.13.2
22
23
- id: isort
24
- repo: https://github.com/PyCQA/flake8
25
- rev: 6.1.0
+ rev: 7.1.1
26
27
- id: flake8
0 commit comments