Skip to content

Commit

Permalink
fix pycodestyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jul 1, 2023
1 parent 563c7fc commit 11dcaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pynorms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Run pycodestyle
run: |
cd $GITHUB_WORKSPACE
pycodestyle --verbose ./
pycodestyle --verbose --config ./.pycodestyle ./
2 changes: 1 addition & 1 deletion .config/pycodestyle → .pycodestyle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
count = False
max-line-length = 160
statistics = True
exclude = Experimental,.git,.github
exclude = .git,.github

0 comments on commit 11dcaab

Please sign in to comment.