Skip to content

Commit

Permalink
Ignore path that are automatically generated
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 5, 2024
1 parent a142991 commit 07774d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ extend-ignore = [
extend-exclude = [
"**/_vendor",
"setuptools/_distutils",
"setuptools/config/_validate_pyproject",
]

[format]
extend-exclude = [
"**/_vendor",
"setuptools/_distutils",
"setuptools/config/_validate_pyproject",
]
# https://docs.astral.sh/ruff/settings/#format-quote-style
quote-style = "preserve"

0 comments on commit 07774d9

Please sign in to comment.