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 a51fb7a commit 7ba422fCopy full SHA for 7ba422f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -9,22 +9,22 @@ repos:
9
- id: check-ast
10
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v3.17.0
+ rev: v3.20.0
13
14
- id: pyupgrade
15
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 7.1.1
+ rev: 7.3.0
18
19
- id: flake8
20
21
- repo: https://github.com/psf/black
22
- rev: 24.8.0
+ rev: 25.1.0
23
24
- id: black
25
26
- repo: https://github.com/pycqa/isort
27
- rev: 5.13.2
+ rev: 6.0.1
28
29
- id: isort
30
name: isort (python)
0 commit comments