1
0
Fork 0
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:
Felix Fontein 2025-10-27 20:27:40 +01:00
parent 340ff8586d
commit 31734bb13f
3 changed files with 27 additions and 1 deletions

View file

@ -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