Commit 0025a9a
pyproject.toml: drop ruff excludes redundant to gitignore, rather extend excludes
ruff's "exclude" documentation [1] reads:
"Note that you'll typically want to use extend-exclude to modify the
excluded paths."
Do that.
The default for the "respect-gitignore" setting [2] is "true", so we can
safely drop entries that are already specified there.
[1] https://docs.astral.sh/ruff/settings/#exclude
[2] https://docs.astral.sh/ruff/settings/#respect-gitignore
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent ec87797 commit 0025a9a
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
211 | | - | |
| 209 | + | |
212 | 210 | | |
213 | | - | |
214 | 211 | | |
215 | 212 | | |
216 | | - | |
217 | 213 | | |
218 | | - | |
219 | 214 | | |
220 | 215 | | |
221 | 216 | | |
| |||
0 commit comments