Skip to content

Commit d535f56

Browse files
[pre-commit.ci] pre-commit autoupdate (#6)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent 328edc0 commit d535f56

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.2.0
3+
rev: v3.4.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -10,25 +10,25 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.7.2
13+
rev: v2.7.4
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
1717
- repo: https://github.com/asottile/reorder_python_imports
18-
rev: v2.3.5
18+
rev: v2.3.6
1919
hooks:
2020
- id: reorder-python-imports
2121
- repo: https://github.com/psf/black
2222
rev: 20.8b1
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: v1.8.0
26+
rev: v1.9.1
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black]
3030
- repo: https://gitlab.com/pycqa/flake8
31-
rev: 3.8.3
31+
rev: 3.8.4
3232
hooks:
3333
- id: flake8
3434
types: [python]
@@ -52,12 +52,12 @@ repos:
5252
hooks:
5353
- id: doc8
5454
- repo: https://github.com/econchick/interrogate
55-
rev: 1.3.1
55+
rev: 1.3.2
5656
hooks:
5757
- id: interrogate
5858
args: [-v, --fail-under=40, src, tests]
5959
- repo: https://github.com/codespell-project/codespell
60-
rev: v1.17.1
60+
rev: v2.0.0
6161
hooks:
6262
- id: codespell
6363
- repo: meta

0 commit comments

Comments
 (0)