mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
[PR #11385/d1352702 backport][stable-12] CI: Let the Python formatters and linters apply to all files in the collection (#11386)
CI: Let the Python formatters and linters apply to all files in the collection (#11385)
Let the Python formatters and linters apply to all files in the collection.
(cherry picked from commit d1352702f9)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -20,6 +20,7 @@ stable_branches = [ "stable-*" ]
|
|||||||
[sessions]
|
[sessions]
|
||||||
|
|
||||||
[sessions.lint]
|
[sessions.lint]
|
||||||
|
code_files = ["."] # consider all Python files in the collection
|
||||||
run_isort = false
|
run_isort = false
|
||||||
run_black = false
|
run_black = false
|
||||||
run_ruff_check = true
|
run_ruff_check = true
|
||||||
|
|||||||
Reference in New Issue
Block a user