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 c230950 commit 9ebb2c5Copy full SHA for 9ebb2c5
pyproject.toml
@@ -141,6 +141,10 @@ source = [
141
142
[tool.ruff]
143
line-length = 99
144
+extend-exclude = [
145
+ "wrapper/*.py",
146
+ "docs/sphinxext/*",
147
+]
148
149
[tool.ruff.lint]
150
extend-select = [
@@ -177,6 +181,7 @@ inline-quotes = "single"
177
181
178
182
[tool.ruff.lint.extend-per-file-ignores]
179
183
"*/test_*.py" = ["S101"]
184
+"docs/conf.py" = ["A001"]
180
185
186
[tool.ruff.format]
187
quote-style = "single"
0 commit comments