Skip to content

Commit 9ccb0f9

Browse files
[pre-commit.ci] pre-commit autoupdate (#910)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.13...v0.12.7) * Revert ruff upgrade --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <[email protected]>
1 parent f1f239c commit 9ccb0f9

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
@@ -9,7 +9,7 @@ repos:
99
args: ["--py37-plus"]
1010

1111
- repo: https://github.com/PyCQA/flake8
12-
rev: 7.2.0
12+
rev: 7.3.0
1313
hooks:
1414
- id: flake8
1515

@@ -40,8 +40,8 @@ repos:
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
4141
rev: v0.11.13
4242
hooks: # Format before linting
43+
- id: ruff-check
4344
# - id: ruff-format
44-
- id: ruff
4545

4646
- repo: https://github.com/tox-dev/pyproject-fmt
4747
rev: v2.6.0

0 commit comments

Comments
 (0)