Skip to content

Commit 628243a

Browse files
committed
Remove naming checking
1 parent 0ecd34c commit 628243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.1.0"
66
line-length = 120
77

88
[tool.ruff.lint]
9-
select = ["E", "W", "F", "I", "N", "B", "E225", "E226", "E227", "E228"]
9+
select = ["E", "W", "F", "I", "B", "E225", "E226", "E227", "E228"]
1010
preview = true
1111

1212
[tool.ruff.format]

0 commit comments

Comments
 (0)