Skip to content

Commit 63d07a0

Browse files
Get rid of autoflake (#3250)
1 parent cfd2109 commit 63d07a0

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ repos:
6262
hooks:
6363
- id: ruff
6464
- id: ruff-format
65-
- repo: https://github.com/PyCQA/autoflake
66-
rev: v2.2.1
67-
hooks:
68-
- id: autoflake
6965
- repo: https://github.com/codespell-project/codespell
7066
rev: v2.2.6
7167
hooks:

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ codespell_lib = [
8484
"py.typed",
8585
]
8686

87-
[tool.autoflake]
88-
in-place = true
89-
recursive = true
90-
expand-star-imports = true
91-
9287
# TODO: reintegrate codespell configuration after updating test cases
9388
#[tool.codespell]
9489
#builtin = ["clear","rare","informal","usage","code","names"]

0 commit comments

Comments
 (0)