Skip to content

Commit df0502f

Browse files
committed
Move local ruff rules into a local section.
1 parent c3019f0 commit df0502f

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,8 +1,10 @@
11
[lint]
22
extend-select = [
33
"C901",
4-
"RUF100",
54
"W",
5+
6+
# local
7+
"RUF100",
68
]
79
ignore = [
810
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

0 commit comments

Comments
 (0)