Skip to content

Commit 2fd31d5

Browse files
pombredanneJonoYang
authored andcommitted
Lint all common code directories
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 6a8c9ae commit 2fd31d5

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)