Skip to content

Commit

Permalink
Add explicit options for black and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Feb 23, 2024
1 parent 7b2cc66 commit c92b0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYLINT: true
VALIDATE_PYTHON_BLACK: true
# VALIDATE_DOCKERFILE_HADOLINT: false
# VALIDATE_JSCPD: false
# VALIDATE_JSON: false
Expand Down

0 comments on commit c92b0fd

Please sign in to comment.