mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Use ruff check --fix instead of isort.
This commit is contained in:
+7
-2
@@ -16,9 +16,14 @@ stable_branches = [ "stable-*" ]
|
||||
[sessions]
|
||||
|
||||
[sessions.lint]
|
||||
run_isort = true
|
||||
isort_config = ".isort.cfg"
|
||||
run_isort = false
|
||||
run_black = true
|
||||
run_ruff_autofix = true
|
||||
ruff_autofix_config = "ruff.toml"
|
||||
ruff_autofix_select = [
|
||||
"I",
|
||||
"RUF022",
|
||||
]
|
||||
run_ruff_check = true
|
||||
ruff_check_config = "ruff.toml"
|
||||
run_flake8 = true
|
||||
|
||||
Reference in New Issue
Block a user