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 69cd028 commit 9bf29bbCopy full SHA for 9bf29bb
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
13
- id: double-quote-string-fixer
14
15
- repo: https://github.com/psf/black
16
- rev: 24.4.2
+ rev: 24.10.0
17
18
- id: black
19
@@ -23,7 +23,7 @@ repos:
23
- id: blackdoc
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 7.1.0
+ rev: 7.1.1
27
28
- id: flake8
29
- repo: https://github.com/PyCQA/isort
@@ -49,7 +49,7 @@ repos:
49
]
50
51
- repo: https://github.com/tox-dev/pyproject-fmt
52
- rev: 2.1.3
+ rev: 2.2.4
53
54
- id: pyproject-fmt
55
0 commit comments