Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activate D1 #14

Open
cosunae opened this issue Jul 1, 2022 · 1 comment
Open

activate D1 #14

cosunae opened this issue Jul 1, 2022 · 1 comment

Comments

@cosunae
Copy link
Collaborator

cosunae commented Jul 1, 2022

We want to have darglint reporting about missing documentation. There are various categories in D1.
Discuss which ones we have and activate it in setup.cfg

@victoria-cherkas
Copy link
Collaborator

victoria-cherkas commented Jul 21, 2022

Currrently ignored by flake8: (Last 2 are D1 related)

B008    # Do not perform function calls in argument defaults
E203    # Whitespace before ':' (black formatter breaks this sometimes)
E501    # Line too long (using Bugbear's B950 warning)
W503    # Line break occurred before a binary operator
E731    # Do not assign a lambda expression, use a def
C901    # Function is too complex
DAR000  # Unexpected exception in darglint: Multiple types should be combined into a Union
D107    # Missing docstring in __init__
D105    # Missing docstring in magic method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants