File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ pytest-loguru = "^0.3.0"
4848requires = [" poetry-core" ]
4949build-backend = " poetry.core.masonry.api"
5050
51-
5251[tool .ruff ]
5352line-length = 100
5453indent-width = 4
@@ -57,14 +56,14 @@ target-version = "py38"
5756[tool .ruff .lint ]
5857select = [" ALL" ]
5958ignore = [
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]
6968fixable = [" ALL" ]
7069
You can’t perform that action at this time.
0 commit comments