Skip to content

Commit 60be329

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.10.0 → v2.13.0](asottile/pyupgrade@v2.10.0...v2.13.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.4b0](psf/black@20.8b1...21.4b0) - [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.1](PyCQA/flake8@3.8.4...3.9.1)
1 parent 3ad16d5 commit 60be329

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.13.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.4b0
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.1
5252
hooks:
5353
- id: flake8
5454
types: [python]

0 commit comments

Comments
 (0)