Skip to content

Commit

Permalink
Add third_party to exclude (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg authored Feb 11, 2025
1 parent 32a51ec commit 999b16d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
# Add linting rules here
lint.select = ["F", "I"]
lint.ignore = ["E731"]


# Exclude third-party modules
exclude = [
"third_party/*",
]

0 comments on commit 999b16d

Please sign in to comment.