Skip to content

Commit

Permalink
Force --max-line-length=119
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 18, 2023
1 parent 505f997 commit 1fb0dcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
DISABLE: COPYPASTE,SPELL # Uncomment to disable copy-paste and spell checks
PYTHON_FLAKE8_ARGUMENTS: --max-line-length=119 # Uncomment to override Flake8 arguments
PYTHON_RUFF_ARGUMENTS: --max-line-length=119 # Uncomment to override Ruffus arguments


# Upload MegaLinter artifacts
- name: Archive production artifacts
Expand Down

0 comments on commit 1fb0dcb

Please sign in to comment.