Skip to content

Commit 31c4f28

Browse files
committed
Merge remote-tracking branch 'local-skel/add-code-style-checks' into new-skeleton-ruff
2 parents f91528c + 4f9e936 commit 31c4f28

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)