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.
2 parents 98f9e85 + 7e5b892 commit f360637Copy full SHA for f360637
template/pyproject.toml.jinja
@@ -120,8 +120,6 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
120
# Enable Pyflakes `E` and `F` codes by default.
121
select = ["ALL"]
122
ignore = [
123
- "ANN101", # Missing type annotation for `self` in method
124
- "ANN102", # Missing type annotation for `cls` in classmethod
125
"ANN204", # Missing return type annotation for special (dunder) method
126
"FBT", # Using boolean function arguments
127
"TD", # TODOs
0 commit comments