Skip to content

Commit 9984ec6

Browse files
committed
ruff: Check function name is snake naming or not.
Signed-off-by: imliubo <[email protected]>
1 parent b47bd36 commit 9984ec6

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
@@ -16,7 +16,7 @@ line-length = 99
1616
target-version = "py37"
1717

1818
[tool.ruff.lint]
19-
extend-select = ["C9", "PLC"]
19+
extend-select = ["C9", "PLC", "N802", "N806"]
2020
ignore = [
2121
"E401",
2222
"E402",

0 commit comments

Comments
 (0)