Skip to content

Commit e4af930

Browse files
authored
Merge pull request #152 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7bd5e9a + 00268be commit e4af930

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repos:
1515
- id: reorder-python-imports
1616
args: [--py38-plus, --add-import, 'from __future__ import annotations']
1717
- repo: https://github.com/asottile/add-trailing-comma
18-
rev: v3.0.0
18+
rev: v3.0.1
1919
hooks:
2020
- id: add-trailing-comma
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.9.0
22+
rev: v3.10.1
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: autopep8
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 6.0.0
31+
rev: 6.1.0
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)