Skip to content

Commit

Permalink
fix line length requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Piédallu committed Mar 14, 2024
1 parent 3dbbc73 commit 6705c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
use-pylint: false
use-pycodestyle: true
extra-pycodestyle-options: "--max-line-length=100"
extra-pycodestyle-options: "--max-line-length=99"
use-flake8: true
extra-flake8-options: "--max-line-length=99"
use-black: false
use-mypy: true
use-isort: false

0 comments on commit 6705c23

Please sign in to comment.