Skip to content

Commit 6979baa

Browse files
committed
fix(ruff): recursively include files
1 parent 035cb09 commit 6979baa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ruff.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
target-version = "py37"
2-
include = ["UnityPy", "tests", "setup.py", "generators", "examples"]
2+
include = [
3+
"UnityPy/*.py",
4+
"UnityPy/*.pyi",
5+
"tests/*py",
6+
"setup.py",
7+
"generators/*.py",
8+
"examples/*.py",
9+
]
310

411
[lint.pydocstyle]
512
# Enforce numpy-style docstrings

0 commit comments

Comments
 (0)