Skip to content

Commit 6c028f7

Browse files
committed
Lint all common code directories
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent d4e29c3 commit 6c028f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ addopts = [
5555
line-length = 100
5656
extend-exclude = []
5757
target-version = "py310"
58+
include = [
59+
"pyproject.toml",
60+
"src/**/*.py",
61+
"etc/**/*.py",
62+
"test/**/*.py",
63+
"doc/**/*",
64+
"*.py"
65+
]
5866

5967
[tool.ruff.lint]
6068
# Rules: https://docs.astral.sh/ruff/rules/

0 commit comments

Comments
 (0)