Skip to content

Commit 8a1fa72

Browse files
committed
ruff.toml - scope include
1 parent 2e510ea commit 8a1fa72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ruff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
target-version = "py37"
2+
include = ["UnityPy", "tests", "setup.py", "generators", "examples"]
23

34
[lint.pydocstyle]
45
# Enforce numpy-style docstrings
56
convention = "numpy"
67

78
[lint.per-file-ignores]
89
# Ignore docstring requirements for test files
9-
"tests/**/*.py" = ["D"]
10+
"tests/**/*.py" = ["D"]

0 commit comments

Comments
 (0)