Skip to content

Commit

Permalink
chore(ruff): use isort and extend-select (#2095)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update pyproject.toml

* Update pyproject.toml
  • Loading branch information
aarnphm authored Jul 11, 2023
1 parent d922f8c commit 66068b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,10 @@ target-version = ["py37", "py38", "py39", "py310"]

[tool.ruff]
line-length = 120
select = [
extend-select = [
"I", # isort
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"E", # pycodestyle
"F", # pyflakes
"PGH", # pygrep-hooks
"RUF", # ruff
"W", # pycodestyle
Expand Down

0 comments on commit 66068b2

Please sign in to comment.