Skip to content

Commit b82df8f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0)
1 parent 8e5acee commit b82df8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/asottile/reorder-python-imports
11-
rev: v3.13.0
11+
rev: v3.14.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [--py38-plus]
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.17.0
16+
rev: v3.18.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py38-plus]
2020
- repo: https://github.com/asottile/setup-cfg-fmt
21-
rev: v2.5.0
21+
rev: v2.7.0
2222
hooks:
2323
- id: setup-cfg-fmt
2424
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)