Skip to content

Commit

Permalink
ci: run "nitpick fix" instead of "flake8 --select=NIP"
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Apr 27, 2021
1 parent 9524088 commit d31509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deps =
# Run nitpick and pylint with tox, because local repos don't seem to work well with https://pre-commit.ci/
commands =
# Run Nitpick locally on itself
flake8 --select=NIP
nitpick fix
pylint src/
safety check

Expand Down

0 comments on commit d31509b

Please sign in to comment.