Skip to content

Commit b5f1c63

Browse files
committed
Add third_party to exclude
1 parent 32a51ec commit b5f1c63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ruff.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22
# Add linting rules here
33
lint.select = ["F", "I"]
44
lint.ignore = ["E731"]
5+
6+
7+
# Exclude third-party modules
8+
exclude = [
9+
"third_party/*",
10+
]

0 commit comments

Comments
 (0)