We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e96ac1 commit 0858d1dCopy full SHA for 0858d1d
.ruff.toml
@@ -119,7 +119,6 @@ inline-quotes = "single"
119
"__init__.py" = ["F401"] # Ignore unused imports in __init__.py
120
"*_test.py" = ["D", "ANN"] # Ignore docstring and annotation issues in test files
121
"test_*.py" = ["D", "ANN"] # Ignore docstring and annotation issues in test files
122
-"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py
123
124
[format]
125
docstring-code-format = true
0 commit comments