We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3b57b commit fa41c43Copy full SHA for fa41c43
1 file changed
pyproject.toml
@@ -47,7 +47,6 @@ select = [
47
"YTT", # sys.version
48
]
49
ignore = [
50
- "ANN101", # missing type annotation for self
51
"E501", # line length
52
"UP007", # use X | Y for union (not possible in python 3.8)
53
"UP006", # Use typing.Tuple for python 3.8 support
0 commit comments