Skip to content

Commit 708b392

Browse files
[pre-commit.ci] pre-commit autoupdate (#16)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 52fdb60 commit 708b392

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-merge-conflict
66
- id: debug-statements
77
- id: end-of-file-fixer
88
- repo: https://github.com/asottile/reorder_python_imports
9-
rev: v2.7.1
9+
rev: v3.1.0
1010
hooks:
1111
- id: reorder-python-imports
1212
types: [python]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.1.0
14+
rev: v4.2.0
1515
hooks:
1616
- id: check-added-large-files
1717
args: ['--maxkb=100']
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [black]
4646
types: [rst]
4747
- repo: https://github.com/psf/black
48-
rev: 22.1.0
48+
rev: 22.3.0
4949
hooks:
5050
- id: black
5151
types: [python]
@@ -71,7 +71,7 @@ repos:
7171
Pygments,
7272
]
7373
- repo: https://github.com/PyCQA/doc8
74-
rev: 0.10.1
74+
rev: 0.11.1
7575
hooks:
7676
- id: doc8
7777
- repo: meta
@@ -80,15 +80,15 @@ repos:
8080
- id: check-useless-excludes
8181
# - id: identity # Prints all files passed to pre-commits. Debugging.
8282
- repo: https://github.com/mgedmin/check-manifest
83-
rev: "0.47"
83+
rev: "0.48"
8484
hooks:
8585
- id: check-manifest
8686
- repo: https://github.com/PyCQA/doc8
87-
rev: 0.10.1
87+
rev: 0.11.1
8888
hooks:
8989
- id: doc8
9090
- repo: https://github.com/asottile/setup-cfg-fmt
91-
rev: v1.20.0
91+
rev: v1.20.1
9292
hooks:
9393
- id: setup-cfg-fmt
9494
- repo: https://github.com/econchick/interrogate
@@ -102,7 +102,7 @@ repos:
102102
hooks:
103103
- id: codespell
104104
- repo: https://github.com/asottile/pyupgrade
105-
rev: v2.31.0
105+
rev: v2.32.1
106106
hooks:
107107
- id: pyupgrade
108108
args: [--py37-plus]

0 commit comments

Comments
 (0)