Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 4917aa9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0) - [github.com/asottile/pyupgrade: v2.29.1 → v2.32.0](asottile/pyupgrade@v2.29.1...v2.32.0) - [github.com/asottile/reorder_python_imports: v2.6.0 → v3.1.0](asottile/reorder-python-imports@v2.6.0...v3.1.0) - [github.com/psf/black: 21.12b0 → 22.3.0](psf/black@21.12b0...22.3.0) - [github.com/asottile/blacken-docs: v1.12.0 → v1.12.1](adamchainz/blacken-docs@v1.12.0...v1.12.1) - [github.com/PyCQA/doc8: 0.10.1 → 0.11.1](PyCQA/doc8@0.10.1...0.11.1)
1 parent b2c0a84 commit 4917aa9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.2.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=1000']
@@ -10,20 +10,20 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.29.1
13+
rev: v2.32.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
1717
- repo: https://github.com/asottile/reorder_python_imports
18-
rev: v2.6.0
18+
rev: v3.1.0
1919
hooks:
2020
- id: reorder-python-imports
2121
- repo: https://github.com/psf/black
22-
rev: 21.12b0
22+
rev: 22.3.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: v1.12.0
26+
rev: v1.12.1
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black==20.8b1]
@@ -38,7 +38,7 @@ repos:
3838
flake8-todo, flake8-unused-arguments, pep8-naming, pydocstyle, Pygments,
3939
]
4040
- repo: https://github.com/PyCQA/doc8
41-
rev: 0.10.1
41+
rev: 0.11.1
4242
hooks:
4343
- id: doc8
4444
#- repo: local

0 commit comments

Comments
 (0)