Skip to content

Commit

Permalink
update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 20, 2023
1 parent 6ce2c4a commit aedb1aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions lint.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
#! /bin/bash
set -e
echo running pylint...
pylint transcribe_anything tests install_cuda.py

echo running ruff...
ruff transcribe_anything tests install_cuda.py

echo running flake8...
flake8 transcribe_anything tests install_cuda.py

echo running pylint...
pylint transcribe_anything tests install_cuda.py

echo running mypy...
mypy transcribe_anything tests install_cuda.py
3 changes: 2 additions & 1 deletion requirements.testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
flake8
mypy
pylint
black
black
ruff

0 comments on commit aedb1aa

Please # to comment.