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 e83dc14 commit a30d7d4Copy full SHA for a30d7d4
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.3.0
+ rev: v4.5.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.48"
+ rev: "0.49"
15
16
- id: check-manifest
17
18
- repo: https://github.com/psf/black
19
- rev: 22.3.0
+ rev: 24.2.0
20
21
- id: black
22
23
- repo: https://github.com/PyCQA/pylint
24
- rev: v2.14.3
+ rev: v3.0.3
25
26
- id: pylint
27
args:
0 commit comments