We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e510ea commit 8a1fa72Copy full SHA for 8a1fa72
ruff.toml
@@ -1,9 +1,10 @@
1
target-version = "py37"
2
+include = ["UnityPy", "tests", "setup.py", "generators", "examples"]
3
4
[lint.pydocstyle]
5
# Enforce numpy-style docstrings
6
convention = "numpy"
7
8
[lint.per-file-ignores]
9
# Ignore docstring requirements for test files
-"tests/**/*.py" = ["D"]
10
+"tests/**/*.py" = ["D"]
0 commit comments