Skip to content

Commit e91fdb8

Browse files
authored
Merge pull request #258 from asottile/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7768b1d + 5193155 commit e91fdb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/asottile/reorder-python-imports
17-
rev: v3.12.0
17+
rev: v3.13.0
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -28,7 +28,7 @@ repos:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030
- repo: https://github.com/hhatto/autopep8
31-
rev: v2.1.1
31+
rev: v2.2.0
3232
hooks:
3333
- id: autopep8
3434
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)