Skip to content

Commit 07774d9

Browse files
authored
Ignore path that are automatically generated
1 parent a142991 commit 07774d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruff.toml

+2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ extend-ignore = [
2929
extend-exclude = [
3030
"**/_vendor",
3131
"setuptools/_distutils",
32+
"setuptools/config/_validate_pyproject",
3233
]
3334

3435
[format]
3536
extend-exclude = [
3637
"**/_vendor",
3738
"setuptools/_distutils",
39+
"setuptools/config/_validate_pyproject",
3840
]
3941
# https://docs.astral.sh/ruff/settings/#format-quote-style
4042
quote-style = "preserve"

0 commit comments

Comments
 (0)