Skip to content

Commit ca5040a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/mgedmin/check-manifest: 0.46 → 0.47](mgedmin/check-manifest@0.46...0.47) - [github.com/psf/black: 21.7b0 → 21.9b0](psf/black@21.7b0...21.9b0) - [github.com/PyCQA/pylint: v2.9.5 → v2.11.1](pylint-dev/pylint@v2.9.5...v2.11.1)
1 parent ade8d9c commit ca5040a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ repos:
1111
".xml"
1212

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

1818
- repo: https://github.com/psf/black
19-
rev: 21.7b0
19+
rev: 21.9b0
2020
hooks:
2121
- id: black
2222

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

0 commit comments

Comments
 (0)