Skip to content

Commit

Permalink
Add lint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Feb 19, 2024
1 parent d4a7c9c commit faf8fac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/lint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

# pip install flake8

PATH=~/.local/bin/:$PATH flake8 python/ --ignore=W503 --max-line-length=120

0 comments on commit faf8fac

Please sign in to comment.