Skip to content

Commit ac3b6e1

Browse files
Merge pull request #998 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 05ef9d2 + e54dfb7 commit ac3b6e1

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,7 +19,7 @@ repos:
1919
- id: check-yaml
2020
- id: debug-statements
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 6.1.0
22+
rev: 7.0.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/pyupgrade
@@ -28,7 +28,7 @@ repos:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.1.9
31+
rev: v0.1.11
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)