Skip to content

Commit dfe2ec7

Browse files
authoredFeb 19, 2024··
[pre-commit.ci] pre-commit autoupdate (#78)
updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](PyCQA/autoflake@v2.2.1...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7649597 commit dfe2ec7

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
@@ -21,7 +21,7 @@ repos:
2121
stages: [commit]
2222

2323
- repo: https://github.com/PyCQA/autoflake
24-
rev: v2.2.1
24+
rev: v2.3.0
2525
hooks:
2626
- id: autoflake
2727
args: ["--in-place", "--remove-unused-variables", "--recursive"]
@@ -30,7 +30,7 @@ repos:
3030
stages: [commit]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.2.1
33+
rev: v0.2.2
3434
hooks:
3535
- id: ruff
3636
name: Ruff

0 commit comments

Comments
 (0)
Please sign in to comment.