Skip to content

Commit 6b530e8

Browse files
[ruff] Remove top-level linter settings use the 'lint' section
1 parent b19b94b commit 6b530e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ module = [
144144
# (for docstrings, strings and comments in particular).
145145
line-length = 115
146146

147+
[tool.ruff.lint]
147148
select = [
148149
"E", # pycodestyle
149150
"F", # pyflakes

0 commit comments

Comments
 (0)