Skip to content

Commit 83430a4

Browse files
committed
Add third_party to exclude
stack-info: PR: #1692, branch: drisspg/stack/35
1 parent 32a51ec commit 83430a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ruff.toml

+6
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)