Skip to content

Commit c112f2a

Browse files
committed
Enable doc style checks
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 0213c1e commit c112f2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,19 @@ include = [
6161
"etc/**/*.py",
6262
"test/**/*.py",
6363
"doc/**/*",
64-
"*.py"
64+
"*.py",
65+
"."
6566
]
6667

6768
[tool.ruff.lint]
6869
# Rules: https://docs.astral.sh/ruff/rules/
6970
select = [
7071
# "E", # pycodestyle
7172
# "W", # pycodestyle warnings
72-
# "D", # pydocstyle
73+
"D", # pydocstyle
7374
# "F", # Pyflakes
7475
# "UP", # pyupgrade
75-
"S", # flake8-bandit
76+
# "S", # flake8-bandit
7677
"I", # isort
7778
# "C9", # McCabe complexity
7879
]

0 commit comments

Comments
 (0)