Skip to content

Commit 99a802f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - [github.com/asottile/pyupgrade: v2.10.0 → v2.19.0](asottile/pyupgrade@v2.10.0...v2.19.0) - [github.com/asottile/reorder_python_imports: v2.4.0 → v2.5.0](asottile/reorder-python-imports@v2.4.0...v2.5.0) - [github.com/psf/black: 20.8b1 → 21.5b2](psf/black@20.8b1...21.5b2) - [github.com/asottile/blacken-docs: v1.9.2 → v1.10.0](adamchainz/blacken-docs@v1.9.2...v1.10.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 3.9.2](PyCQA/flake8@3.8.4...3.9.2) - [github.com/econchick/interrogate: 1.3.2 → 1.4.0](econchick/interrogate@1.3.2...1.4.0)
1 parent 3ad16d5 commit 99a802f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
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: v3.4.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -30,25 +30,25 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.10.0
33+
rev: v2.19.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/reorder_python_imports
38-
rev: v2.4.0
38+
rev: v2.5.0
3939
hooks:
4040
- id: reorder-python-imports
4141
- repo: https://github.com/psf/black
42-
rev: 20.8b1
42+
rev: 21.5b2
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/asottile/blacken-docs
46-
rev: v1.9.2
46+
rev: v1.10.0
4747
hooks:
4848
- id: blacken-docs
4949
additional_dependencies: [black]
50-
- repo: https://gitlab.com/pycqa/flake8
51-
rev: 3.8.4
50+
- repo: https://github.com/PyCQA/flake8
51+
rev: 3.9.2
5252
hooks:
5353
- id: flake8
5454
types: [python]
@@ -72,7 +72,7 @@ repos:
7272
hooks:
7373
- id: doc8
7474
- repo: https://github.com/econchick/interrogate
75-
rev: 1.3.2
75+
rev: 1.4.0
7676
hooks:
7777
- id: interrogate
7878
args: [-v, --fail-under=40, src, tests]

0 commit comments

Comments
 (0)