Skip to content

Commit

Permalink
Apply Repo-Review suggestion (#595)
Browse files Browse the repository at this point in the history
* Apply Repo-Review suggestion

	RF202: Use (new) lint config section
	select should be set as lint.select instead

* Update pyproject.toml

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>

---------

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
DimitriPapadopoulos and henryiii committed Dec 26, 2023
1 parent 01686c0 commit ded15f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,16 @@ show_missing = true

[tool.ruff]
line-length = 88
src = ["src"]

[tool.ruff.lint]
select = [
"E", "F", "W", # default flake-8
"I", # isort
"PGH", # pygrep-hooks
"UP", # pyupgrade
"B", # flake8-bugbear
]
src = ["src"]

# Tox (https://tox.wiki/) is a tool for running tests in multiple virtualenvs.
# This configuration file will run the test suite on all supported python
Expand Down

0 comments on commit ded15f3

Please sign in to comment.