Skip to content

Commit

Permalink
ruff --line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 18, 2023
1 parent 1fb0dcb commit 60dfcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# 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
PYTHON_RUFF_ARGUMENTS: --line-length=119 # Uncomment to override Ruffus arguments


# Upload MegaLinter artifacts
Expand Down

0 comments on commit 60dfcda

Please sign in to comment.