You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this should be changed to select = ["E", "F", "D", "N", "C", "ANN"] with as few as possible exclusions.
Doing so, will require adding docstrings and type hints to the code.
The text was updated successfully, but these errors were encountered:
Currently we do not lint for docstrings:
ZnFlow/pyproject.toml
Lines 45 to 50 in 378e8ff
this should be changed to
select = ["E", "F", "D", "N", "C", "ANN"]
with as few as possible exclusions.Doing so, will require adding docstrings and type hints to the code.
The text was updated successfully, but these errors were encountered: