Skip to content

Commit

Permalink
Disable python pyink linter
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Sep 24, 2024
1 parent 4f21dc8 commit 9a5ac16
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 @@ -55,6 +55,7 @@ jobs:
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_ISORT: false # Until issues are fixed
VALIDATE_PYTHON_MYPY: false # Issue with module name wx.wms
VALIDATE_PYTHON_PYINK: false # fork of black with different behavior
VALIDATE_PYTHON_PYLINT: false # Until issues are fixed
VALIDATE_PYTHON_RUFF: false # Until ruff is configured and most issues fixed
VALIDATE_R: false
Expand Down

0 comments on commit 9a5ac16

Please sign in to comment.