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 cd11906 commit 31c203aCopy full SHA for 31c203a
.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.4.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: 23.7.0
20
21
- id: black
22
23
- repo: https://github.com/PyCQA/pylint
24
- rev: v2.14.3
+ rev: v3.0.0a7
25
26
- id: pylint
27
args:
0 commit comments