Skip to content

Commit

Permalink
Disable mypy in superlinter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Apr 22, 2024
1 parent f71e3da commit 954dc0e
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 @@ -35,6 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: false
VALIDATE_PYTHON_MYPY: false
LINTER_RULES_PATH: /
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
PYTHON_FLAKE8_CONFIG_FILE: .flake8
Expand Down

0 comments on commit 954dc0e

Please sign in to comment.