1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +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:
Felix Fontein 2026-01-06 06:54:20 +01:00 committed by GitHub
parent 00d2785794
commit d1352702f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -4,9 +4,6 @@
line-length = 120
# Include only the files:
include = ["plugins/**/*.py", "tests/unit/**/*.py", "noxfile.py"]
[lint]
# https://docs.astral.sh/ruff/rules/