Skip to content

Commit

Permalink
Remove flake8 from check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantineLignos committed Oct 30, 2023
1 parent 7bc5631 commit aad3a28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ set -euxo pipefail

files=(seqscore/ tests/ setup.py)
ruff check "${files[@]}"
flake8 "${files[@]}"
mypy "${files[@]}"

0 comments on commit aad3a28

Please sign in to comment.