Skip to content

Commit 8fdbc06

Browse files
authored
Merge pull request #11 from pre-commit-ci/all-repos_autofix_add-trailing-comma-3
updates for add-trailing-comma 3.x
2 parents 2529d76 + 64683ff commit 8fdbc06

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 10 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: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,29 +10,28 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v3.9.0
13+
rev: v3.10.0
1414
hooks:
1515
- id: reorder-python-imports
16-
args: [--py37-plus, --add-import, 'from __future__ import annotations']
16+
args: [--py38-plus, --add-import, 'from __future__ import annotations']
1717
- repo: https://github.com/asottile/add-trailing-comma
18-
rev: v2.3.0
18+
rev: v3.0.0
1919
hooks:
2020
- id: add-trailing-comma
21-
args: [--py36-plus]
2221
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.2.0
22+
rev: v3.8.0
2423
hooks:
2524
- id: pyupgrade
26-
args: [--py37-plus]
25+
args: [--py38-plus]
2726
- repo: https://github.com/pre-commit/mirrors-autopep8
28-
rev: v2.0.0
27+
rev: v2.0.2
2928
hooks:
3029
- id: autopep8
3130
- repo: https://github.com/PyCQA/flake8
32-
rev: 5.0.4
31+
rev: 6.0.0
3332
hooks:
3433
- id: flake8
3534
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v0.982
35+
rev: v1.4.1
3736
hooks:
3837
- id: mypy

0 commit comments

Comments
 (0)