Skip to content

Commit 9cd3b7e

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 8320c57 commit 9cd3b7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v3.3.0
44
hooks:
55
- id: check-yaml
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: double-quote-string-fixer
99
- repo: https://gitlab.com/pycqa/flake8
10-
rev: 3.8.3
10+
rev: 3.8.4
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pre-commit/mirrors-autopep8
1414
rev: v1.5.4
1515
hooks:
1616
- id: autopep8
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
args: [--py3-plus]
@@ -25,11 +25,11 @@ repos:
2525
- id: add-trailing-comma
2626
args: [--py36-plus]
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.7.2
28+
rev: v2.7.4
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.782
33+
rev: v0.790
3434
hooks:
3535
- id: mypy

0 commit comments

Comments
 (0)