Skip to content

Commit eaf4fbd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.3 → v0.16.4](astral-sh/ruff-pre-commit@v0.16.3...v0.16.4) - [github.com/PyCQA/autoflake: v2.3.3 → v2.4.0](PyCQA/autoflake@v2.3.3...v2.4.0)
1 parent a07cb07 commit eaf4fbd

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
@@ -11,7 +11,7 @@ repos:
1111
- "--py310-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.16.3"
14+
rev: "v0.16.4"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -36,7 +36,7 @@ repos:
3636
- id: debug-statements
3737
language_version: python3
3838
- repo: https://github.com/PyCQA/autoflake
39-
rev: v2.3.3
39+
rev: v2.4.0
4040
hooks:
4141
- id: autoflake
4242
name: autoflake

0 commit comments

Comments
 (0)