Skip to content

Commit 7285b67

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3) - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1)
1 parent 47d2d92 commit 7285b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.3.2"
6+
rev: "v0.3.3"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
@@ -30,7 +30,7 @@ repos:
3030
- id: debug-statements
3131
language_version: python3
3232
- repo: https://github.com/PyCQA/autoflake
33-
rev: v2.3.0
33+
rev: v2.3.1
3434
hooks:
3535
- id: autoflake
3636
name: autoflake

0 commit comments

Comments
 (0)