Skip to content

Commit 890f8f9

Browse files
[pre-commit.ci] pre-commit autoupdate (#9)
<!--pre-commit.ci start--> updates: - [github.com/asottile/add-trailing-comma: v3.0.1 → v3.1.0](asottile/add-trailing-comma@v3.0.1...v3.1.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3b6916d commit 890f8f9

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
@@ -20,15 +20,15 @@ repos:
2020
- id: reorder-python-imports
2121
args: [--py38-plus, --add-import, 'from __future__ import annotations']
2222
- repo: https://github.com/asottile/add-trailing-comma
23-
rev: v3.0.1
23+
rev: v3.1.0
2424
hooks:
2525
- id: add-trailing-comma
2626
- repo: https://github.com/asottile/pyupgrade
2727
rev: v3.10.1
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py38-plus]
31-
- repo: https://github.com/pre-commit/mirrors-autopep8
31+
- repo: https://github.com/hhatto/autopep8
3232
rev: v2.0.4
3333
hooks:
3434
- id: autopep8

0 commit comments

Comments
 (0)