Skip to content

Commit a490594

Browse files
committed
Update pyproject.toml
1 parent 570205a commit a490594

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ pytest-loguru = "^0.3.0"
4848
requires = ["poetry-core"]
4949
build-backend = "poetry.core.masonry.api"
5050

51-
5251
[tool.ruff]
5352
line-length = 100
5453
indent-width = 4
@@ -57,14 +56,14 @@ target-version = "py38"
5756
[tool.ruff.lint]
5857
select = ["ALL"]
5958
ignore = [
60-
"ANN101", # type annotation for self in method
61-
"COM812", # enforce trailing comma
59+
"ANN101", # type annotation for self in method
60+
"COM812", # enforce trailing comma
6261
"D2", # pydocstyle formatting
6362
"ISC001",
64-
"N", # pep8 naming
65-
"PLR09", # pylint refactor too many
66-
"TCH", # type check blocks
67-
"W191" # ignore this to allow tabs
63+
"N", # pep8 naming
64+
"PLR09", # pylint refactor too many
65+
"TCH", # type check blocks
66+
"W191" # ignore this to allow tabs
6867
]
6968
fixable = ["ALL"]
7069

0 commit comments

Comments
 (0)