Skip to content

Commit 72f541d

Browse files
[pre-commit.ci] pre-commit autoupdate (#623)
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.6](astral-sh/ruff-pre-commit@v0.9.6...v0.11.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ac8fc7a commit 72f541d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: autoflake
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 7.1.1
40+
rev: 7.2.0
4141
hooks:
4242
- id: flake8
4343
additional_dependencies: [flake8-typing-imports==1.12.0]
@@ -62,7 +62,7 @@ repos:
6262
additional_dependencies: [types-toml]
6363
exclude: "tests/data/package_init/"
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.9.6
65+
rev: v0.11.6
6666
hooks:
6767
- id: ruff # runs faster than pylint
6868
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)