Skip to content

Commit

Permalink
Corrected usage of max-line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjschulz authored Aug 28, 2024
1 parent 46ee7cc commit af9f629
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
max-line-length: 120
- name: flake8
uses: py-actions/flake8@v2
with:
max-line-length: "100"
path: "launch"

0 comments on commit af9f629

Please sign in to comment.