Skip to content

Commit

Permalink
add pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Jan 25, 2024
1 parent 0c59bee commit 4a2fe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addopts = [
line-length = 100

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

[tool.ruff.extend-per-file-ignores]
Expand Down

0 comments on commit 4a2fe06

Please sign in to comment.