Skip to content

Commit

Permalink
Allow longer line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Jan 10, 2025
1 parent aee57b2 commit 1e4b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# skipping E265, fixing it will break plugin usage on older qbt instances (< v4.1.2)
pycodestyle \
--ignore=E265,W503 \
--max-line-length=100 \
--max-line-length=1000 \
--statistics \
nova3/engines/*.py
Expand Down

0 comments on commit 1e4b595

Please sign in to comment.