Skip to content

Commit 4f9e936

Browse files
committed
Do not treat rst as Python
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent da8eff0 commit 4f9e936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ include = [
6161
"etc/**/*.py",
6262
"test/**/*.py",
6363
"tests/**/*.py",
64-
"doc/**/*",
65-
"docs/**/*",
64+
"doc/**/*.py",
65+
"docs/**/*.py",
6666
"*.py",
6767
"."
6868
]

0 commit comments

Comments
 (0)