Skip to content

Commit

Permalink
Remove scripts from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickOHara committed Oct 14, 2021
1 parent 55098f1 commit 8245ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Formatting
run: black --check */
- name: Lint
run: pylint --rcfile .pylintrc setup.py tspwplib tests/* scripts/*
run: pylint --rcfile .pylintrc setup.py tspwplib tests/*
- name: Type hinting
run: mypy --config-file .mypy.ini tspwplib

0 comments on commit 8245ebb

Please sign in to comment.