Skip to content

Commit 0f1a403

Browse files
pombredanneJonoYang
authored andcommitted
Do not treat rst as Python
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 71583c5 commit 0f1a403

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)