Skip to content

Commit

Permalink
Ruff: Add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Sep 10, 2024
1 parent dd444db commit 014f026
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ select = [
"PD",
"PGH",
"PLE",
"PLR0915",
"PLW15",
"TRY003",
"TRY004",
Expand Down Expand Up @@ -97,4 +98,7 @@ preview = true
per-file-ignores = {}

[lint.flake8-boolean-trap]
extend-allowed-calls = ["dojo.utils.get_system_setting"]
extend-allowed-calls = ["dojo.utils.get_system_setting"]

[lint.pylint]
max-statements = 234

0 comments on commit 014f026

Please sign in to comment.