1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

Configure 'ruff check' in CI (#10998)

Configure ruff check in CI.
This commit is contained in:
Felix Fontein 2025-10-29 18:14:43 +01:00 committed by GitHub
parent 6088b0cff5
commit f61847b116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 88 additions and 0 deletions

View file

@ -22,6 +22,8 @@ stable_branches = [ "stable-*" ]
[sessions.lint]
run_isort = false
run_black = false
run_ruff_check = true
ruff_check_config = "ruff.toml"
run_flake8 = false
run_pylint = false
run_yamllint = true