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"
48
48
requires = [" poetry-core" ]
49
49
build-backend = " poetry.core.masonry.api"
50
50
51
-
52
51
[tool .ruff ]
53
52
line-length = 100
54
53
indent-width = 4
@@ -57,14 +56,14 @@ target-version = "py38"
57
56
[tool .ruff .lint ]
58
57
select = [" ALL" ]
59
58
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
62
61
" D2" , # pydocstyle formatting
63
62
" 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
68
67
]
69
68
fixable = [" ALL" ]
70
69
You can’t perform that action at this time.
0 commit comments