Skip to content

Commit

Permalink
Stop isort super-linter check; incompatible with pre-commit isort (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jan 25, 2025
1 parent ab9eb03 commit 1745e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
env:
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: true
VALIDATE_PYTHON_ISORT: false # was incompatible with pre-commit isort
VALIDATE_PYTHON_RUFF: false # was incompatible with black
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FIX_HTML_PRETTIER: true

0 comments on commit 1745e51

Please sign in to comment.