Skip to content

Commit

Permalink
Merge pull request #116 from avcopan/dev
Browse files Browse the repository at this point in the history
Makes targeted lint script
  • Loading branch information
avcopan authored Oct 15, 2024
2 parents b5e7591 + 2160d3e commit b6f1fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
pylint --rcfile=.pylintrc $(git ls-files '*.py')
pylint --rcfile=.pylintrc $(git ls-files 'autofile/*.py')

0 comments on commit b6f1fe3

Please sign in to comment.