Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 32eb99c

Browse files
authored
Merge pull request #137 from asottile/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fa096ca + 64fdf8b commit 32eb99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ repos:
1919
- id: reorder-python-imports
2020
args: [--py38-plus, --add-import, 'from __future__ import annotations']
2121
- repo: https://github.com/asottile/add-trailing-comma
22-
rev: v3.0.1
22+
rev: v3.1.0
2323
hooks:
2424
- id: add-trailing-comma
2525
- repo: https://github.com/asottile/pyupgrade
2626
rev: v3.10.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]
30-
- repo: https://github.com/pre-commit/mirrors-autopep8
30+
- repo: https://github.com/hhatto/autopep8
3131
rev: v2.0.4
3232
hooks:
3333
- id: autopep8

0 commit comments

Comments
 (0)