Skip to content

Commit 4a2fe06

Browse files
committed
add pylint
1 parent 0c59bee commit 4a2fe06

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
@@ -10,7 +10,7 @@ addopts = [
1010
line-length = 100
1111

1212
[tool.ruff.lint]
13-
select = ["E", "F", "I", "UP", "W"]
13+
select = ["E", "F", "I", "PL", "UP", "W"]
1414
ignore-init-module-imports = true
1515

1616
[tool.ruff.extend-per-file-ignores]

0 commit comments

Comments
 (0)