Skip to content

Commit

Permalink
set pycodestyle less aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
matzemathics committed Oct 20, 2023
1 parent 15ff72f commit 98d47a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ jobs:
- name: install pycodestyle
run: pip install pycodestyle
- name: run pycodestyle
run: pycodestyle nemo-python
run: pycodestyle nemo-python --max-line-length 90

0 comments on commit 98d47a5

Please sign in to comment.