We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054a4d0 commit 8875467Copy full SHA for 8875467
ruff.toml
@@ -5,6 +5,9 @@
5
target-version = "py38"
6
line-length = 100
7
8
+# Enable preview features.
9
+preview = true
10
+
11
[lint]
12
select = ["I", "PL", "UP"]
13
0 commit comments