Linty bits
This commit is contained in:
@@ -61,7 +61,7 @@ dependencies = [
|
||||
"ruff>=0.0.243",
|
||||
]
|
||||
[tool.hatch.envs.lint.scripts]
|
||||
typing = "mypy --install-types --non-interactive {args:src/leetcode tests}"
|
||||
typing = "mypy --install-types --non-interactive {args:.}"
|
||||
style = [
|
||||
"ruff {args:.}",
|
||||
"black --check --diff {args:.}",
|
||||
@@ -120,6 +120,10 @@ ignore = [
|
||||
"S105", "S106", "S107",
|
||||
# Ignore complexity
|
||||
"C901", "PLR0911", "PLR0912", "PLR0913", "PLR0915",
|
||||
# Allow print func
|
||||
"T201",
|
||||
# Allow assert statements
|
||||
"S101",
|
||||
]
|
||||
unfixable = [
|
||||
# Don't touch unused imports
|
||||
|
||||
Reference in New Issue
Block a user