Skip to content

Commit 060bad1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/PyCQA/pylint: v2.12.2 → v2.14.3](pylint-dev/pylint@v2.12.2...v2.14.3)
1 parent 193646f commit 060bad1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.1.0
4+
rev: v4.3.0
55
hooks:
66
- id: check-json
77
- id: check-yaml
@@ -11,17 +11,17 @@ repos:
1111
".xml"
1212

1313
- repo: https://github.com/mgedmin/check-manifest
14-
rev: "0.47"
14+
rev: "0.48"
1515
hooks:
1616
- id: check-manifest
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.1.0
19+
rev: 22.3.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/pylint
24-
rev: v2.12.2
24+
rev: v2.14.3
2525
hooks:
2626
- id: pylint
2727
args:

0 commit comments

Comments
 (0)