Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: MegaLinter
id: ml
uses: oxsecurity/megalinter/flavors/python@v9.6.0
uses: oxsecurity/megalinter/flavors/python@v10.0.0
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ PRINT_ALPACA: false
SHOW_ELAPSED_TIME: true
FLAVOR_SUGGESTIONS: false
PYTHON_RUFF_CONFIG_FILE: pyproject.toml
# Ruff 0.16 expanded its default rule set. Keep the v9-era E/F policy for this
# MegaLinter upgrade; adopting the larger v0.16 defaults belongs in a separate
# lint-cleanup change.
PYTHON_RUFF_ARGUMENTS: "--select E4,E7,E9,F"