We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a51ec commit 83430a4Copy full SHA for 83430a4
ruff.toml
@@ -2,3 +2,9 @@
2
# Add linting rules here
3
lint.select = ["F", "I"]
4
lint.ignore = ["E731"]
5
+
6
7
+# Exclude third-party modules
8
+exclude = [
9
+ "third_party/*",
10
+]
0 commit comments