Skip to content

Commit

Permalink
Add third_party to exclude
Browse files Browse the repository at this point in the history
stack-info: PR: #1692, branch: drisspg/stack/35
  • Loading branch information
drisspg committed Feb 10, 2025
1 parent 32a51ec commit 83430a4
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 83430a4

Please sign in to comment.