Skip to content

Commit ce937c3

Browse files
[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.1](astral-sh/ruff-pre-commit@v0.11.13...v0.12.1)
1 parent 0bac717 commit ce937c3

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

@@ -38,7 +38,7 @@ repos:
3838
args: [--target-version, "3.2"]
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.11.13
41+
rev: v0.12.1
4242
hooks: # Format before linting
4343
# - id: ruff-format
4444
- id: ruff

0 commit comments

Comments
 (0)