Skip to content

Commit dba2f20

Browse files
committed
Update ruff settings.
1 parent 2f00e45 commit dba2f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ requires = ["poetry-core>=1.0.0"]
3434
build-backend = "poetry.core.masonry.api"
3535

3636
[tool.ruff]
37-
select = [
37+
lint.select = [
3838
# Pyflakes
3939
"F",
4040
# Pycodestyle
@@ -49,7 +49,7 @@ select = [
4949
# Pylint
5050
"PL"
5151
]
52-
ignore = [
52+
lint.ignore = [
5353
# tests use assert
5454
"S101"
5555
]

0 commit comments

Comments
 (0)