mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-03 23:41:51 +00:00
Add ruff format config.
This commit is contained in:
parent
340ff8586d
commit
31734bb13f
3 changed files with 27 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ run_isort = false
|
|||
run_black = false
|
||||
run_ruff_check = true
|
||||
ruff_check_config = "ruff.toml"
|
||||
run_ruff_format = true
|
||||
ruff_format_config = "ruff.toml"
|
||||
run_flake8 = false
|
||||
run_pylint = false
|
||||
run_yamllint = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue