mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-03 23:41:51 +00:00
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.
This commit is contained in:
parent
00d2785794
commit
d1352702f9
2 changed files with 1 additions and 3 deletions
|
|
@ -20,6 +20,7 @@ stable_branches = [ "stable-*" ]
|
|||
[sessions]
|
||||
|
||||
[sessions.lint]
|
||||
code_files = ["."] # consider all Python files in the collection
|
||||
run_isort = false
|
||||
run_black = false
|
||||
run_ruff_check = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue