Skip to content

Commit b227002

Browse files
committed
Update Ruff configuration file
1 parent d3d431c commit b227002

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ruff.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
target-version = "py37"
22

3-
select = [
3+
lint.select = [
44
"A",
55
"B",
66
"C",
@@ -22,11 +22,11 @@ select = [
2222
"YTT",
2323
]
2424

25-
ignore = [
25+
lint.ignore = [
2626
]
2727

28-
[per-file-ignores]
28+
[lint.per-file-ignores]
2929
".cibw/*" = ["D", "S101"]
3030

31-
[pydocstyle]
31+
[lint.pydocstyle]
3232
convention = "pep257"

0 commit comments

Comments
 (0)