Commit 7346a35
authored
Make ruff ignore sphinx-gallery builds (#576)
The gallery builds Python scripts that don't always follow Ruff's style
rules but they aren't really used in the final docs. Ruff checks the
original gallery source code but it shouldn't these build products.
Ignore them in the configuration.1 parent 4a4668e commit 7346a35
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments