We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5c509 commit 10b7dfdCopy full SHA for 10b7dfd
1 file changed
pyproject.toml
@@ -23,6 +23,8 @@ ACKNOWLEDGEMENTS,\
23
[tool.ruff]
24
# Exclude third-party code from linting and formatting
25
extend-exclude = ["lib"]
26
+# Include Python source files that don't end with .py
27
+extend-include = ["tools/cc1"]
28
line-length = 99
29
target-version = "py37"
30
0 commit comments