Skip to content

Commit a496a95

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/pre-commit/pygrep-hooks: v1.8.0 → v1.9.0](pre-commit/pygrep-hooks@v1.8.0...v1.9.0) - [github.com/asottile/pyupgrade: v2.10.0 → v2.21.2](asottile/pyupgrade@v2.10.0...v2.21.2) - [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.7b0](psf/black@20.8b1...21.7b0) - [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/PyCQA/doc8: 0.9.0a1 → 0.9.0](PyCQA/doc8@0.9.0a1...0.9.0) - [github.com/econchick/interrogate: 1.3.2 → 1.4.0](econchick/interrogate@1.3.2...1.4.0) - [github.com/codespell-project/codespell: v2.0.0 → v2.1.0](codespell-project/codespell@v2.0.0...v2.1.0)
1 parent 3ad16d5 commit a496a95

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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']
@@ -18,7 +18,7 @@ repos:
1818
args: [--branch, main]
1919
- id: trailing-whitespace
2020
- repo: https://github.com/pre-commit/pygrep-hooks
21-
rev: v1.8.0 # Use the ref you want to point at
21+
rev: v1.9.0 # Use the ref you want to point at
2222
hooks:
2323
- id: python-check-blanket-noqa
2424
- id: python-check-mock-methods
@@ -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.21.2
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.7b0
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]
@@ -68,16 +68,16 @@ repos:
6868
Pygments,
6969
]
7070
- repo: https://github.com/PyCQA/doc8
71-
rev: 0.9.0a1
71+
rev: 0.9.0
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]
7979
- repo: https://github.com/codespell-project/codespell
80-
rev: v2.0.0
80+
rev: v2.1.0
8181
hooks:
8282
- id: codespell
8383
args: [-L unparseable]

0 commit comments

Comments
 (0)