Skip to content

Commit

Permalink
Remove flake8 plugins in favour of Ruff (#11085)
Browse files Browse the repository at this point in the history
Remove flake8-comprehensions and flake8-bugbear in favour of Ruff.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
danieleades and AA-Turner committed Jan 5, 2023
1 parent 0479115 commit f89f943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .flake8
Expand Up @@ -8,8 +8,6 @@ ignore =
W503,
W504,
I101,
B006,
B023,
SIM102,
SIM103,
SIM105,
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -81,10 +81,9 @@ docs = [
]
lint = [
"flake8>=3.5.0",
"flake8-comprehensions",
"flake8-bugbear",
"flake8-simplify",
"isort",
"ruff",
"mypy>=0.990",
"sphinx-lint",
"docutils-stubs",
Expand Down

0 comments on commit f89f943

Please sign in to comment.