We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c75690 commit b855b2bCopy full SHA for b855b2b
generators/app/templates/common/pyproject.toml
@@ -58,7 +58,7 @@ select = [
58
"F", # Pyflakes
59
"B", # flake8-bugbear
60
"C4", # flake8-comprehensions
61
- "D", # flake8-docstrings
+ "D", # pydocstyle
62
"I", # isort
63
"SIM", # flake8-simplify
64
"TCH", # flake8-type-checking
0 commit comments