Skip to content

Commit 9fa701e

Browse files
authored
Merge pull request #161 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4ac3a45 + 1bd4ef6 commit 9fa701e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ 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.1
18+
rev: v3.1.0
1919
hooks:
2020
- id: add-trailing-comma
2121
- repo: https://github.com/asottile/pyupgrade
2222
rev: v3.10.1
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
26-
- repo: https://github.com/pre-commit/mirrors-autopep8
26+
- repo: https://github.com/hhatto/autopep8
2727
rev: v2.0.4
2828
hooks:
2929
- id: autopep8

0 commit comments

Comments
 (0)