Skip to content

Commit

Permalink
Disable ruff until configured
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Apr 24, 2024
1 parent 266aea4 commit b7fd539
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 @@ -52,6 +52,7 @@ jobs:
VALIDATE_PYTHON_ISORT: false # Until issues are fixed
VALIDATE_PYTHON_MYPY: false # Issue with module name wx.wms
VALIDATE_PYTHON_PYLINT: false # Until issues are fixed
VALIDATE_PYTHON_RUFF: false # Until ruff is configured and most issues fixed
VALIDATE_R: false
VALIDATE_RENOVATE: false # Until configuration file is upgraded
VALIDATE_SHELL_SHFMT: false # Until reformatting failing files

0 comments on commit b7fd539

Please sign in to comment.