Skip to content

Commit 0872a71

Browse files
committed
Run pre-commit autoupdate
Committed via https://github.com/asottile/all-repos
1 parent e56e5bb commit 0872a71

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
@@ -13,38 +13,38 @@ repos:
1313
- id: double-quote-string-fixer
1414
- id: requirements-txt-fixer
1515
- repo: https://gitlab.com/pycqa/flake8
16-
rev: 3.7.9
16+
rev: 3.8.0
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.7.0]
2020
- repo: https://github.com/pre-commit/mirrors-autopep8
21-
rev: v1.5
21+
rev: v1.5.2
2222
hooks:
2323
- id: autopep8
2424
- repo: https://github.com/pre-commit/pre-commit
25-
rev: v2.1.1
25+
rev: v2.4.0
2626
hooks:
2727
- id: validate_manifest
2828
- repo: https://github.com/asottile/reorder_python_imports
29-
rev: v1.9.0
29+
rev: v2.3.0
3030
hooks:
3131
- id: reorder-python-imports
3232
args: [--py3-plus]
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.0.1
34+
rev: v2.4.1
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py36-plus]
3838
- repo: https://github.com/asottile/add-trailing-comma
39-
rev: v1.5.0
39+
rev: v2.0.1
4040
hooks:
4141
- id: add-trailing-comma
4242
args: [--py36-plus]
4343
- repo: https://github.com/asottile/setup-cfg-fmt
44-
rev: v1.6.0
44+
rev: v1.9.0
4545
hooks:
4646
- id: setup-cfg-fmt
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v0.761
48+
rev: v0.770
4949
hooks:
5050
- id: mypy

0 commit comments

Comments
 (0)