Skip to content

Commit 88d0b14

Browse files
authoredOct 22, 2024
Merge pull request #1266 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 154a47f + 03e3a3a commit 88d0b14

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: [--py39-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: [--py39-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)
Failed to load comments.