Skip to content

Commit 75bdbe8

Browse files
committed
Move Ruff linting settings to the [lint] table
1 parent 3ad2c3b commit 75bdbe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ruff.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
target-version = "py39" # Pin Ruff to Python 3.9
22
line-length = 95
3-
preview = true
43
show-source = true
4+
5+
[lint]
6+
preview = true
57
exclude = [
68
".git",
79
".tox",

0 commit comments

Comments
 (0)