Skip to content

Commit b855b2b

Browse files
authored
Fix wrong comment in ruff config (#69)
1 parent 4c75690 commit b855b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/common/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ select = [
5858
"F", # Pyflakes
5959
"B", # flake8-bugbear
6060
"C4", # flake8-comprehensions
61-
"D", # flake8-docstrings
61+
"D", # pydocstyle
6262
"I", # isort
6363
"SIM", # flake8-simplify
6464
"TCH", # flake8-type-checking

0 commit comments

Comments
 (0)