Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 528ddb0

Browse files
authored
Merge pull request #28 from asottile/all-repos_autofix_pre-commit-autoupdate
Run pre-commit autoupdate
2 parents 782ced5 + 86a0e8d commit 528ddb0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,34 @@ repos:
99
- id: debug-statements
1010
- id: requirements-txt-fixer
1111
- repo: https://gitlab.com/pycqa/flake8
12-
rev: 3.7.9
12+
rev: 3.8.0
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/pre-commit/mirrors-autopep8
16-
rev: v1.5
16+
rev: v1.5.2
1717
hooks:
1818
- id: autopep8
1919
- repo: https://github.com/asottile/reorder_python_imports
20-
rev: v1.9.0
20+
rev: v2.3.0
2121
hooks:
2222
- id: reorder-python-imports
2323
args: [--py3-plus]
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v1.26.2
25+
rev: v2.4.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com/asottile/add-trailing-comma
30-
rev: v1.5.0
30+
rev: v2.0.1
3131
hooks:
3232
- id: add-trailing-comma
3333
args: [--py36-plus]
3434
- repo: https://github.com/asottile/setup-cfg-fmt
35-
rev: v1.6.0
35+
rev: v1.9.0
3636
hooks:
3737
- id: setup-cfg-fmt
3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v0.761
39+
rev: v0.770
4040
hooks:
4141
- id: mypy
4242
- repo: local

0 commit comments

Comments
 (0)