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 85913d9 commit fd2c012Copy full SHA for fd2c012
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.6.0
+ rev: v5.0.0
5
hooks:
6
- id: check-json
7
- id: check-yaml
@@ -11,17 +11,17 @@ repos:
11
".xml"
12
13
- repo: https://github.com/mgedmin/check-manifest
14
- rev: "0.49"
+ rev: "0.50"
15
16
- id: check-manifest
17
18
- repo: https://github.com/psf/black
19
- rev: 24.8.0
+ rev: 25.1.0
20
21
- id: black
22
23
- repo: https://github.com/PyCQA/pylint
24
- rev: v3.2.6
+ rev: v3.3.4
25
26
- id: pylint
27
args:
0 commit comments