Skip to content

Commit

Permalink
Get rid of autoflake (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 13, 2023
1 parent cfd2109 commit 63d07a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ repos:
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ codespell_lib = [
"py.typed",
]

[tool.autoflake]
in-place = true
recursive = true
expand-star-imports = true

# TODO: reintegrate codespell configuration after updating test cases
#[tool.codespell]
#builtin = ["clear","rare","informal","usage","code","names"]
Expand Down

0 comments on commit 63d07a0

Please sign in to comment.