build fix

This commit is contained in:
Igor Lobanov
2023-10-30 22:09:04 +01:00
parent 441bcc1e90
commit 4395e3a72d
2 changed files with 1 additions and 1 deletions

10
checks.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
echo "> isort"
isort .
echo "> black"
black .
echo "> flake8"
flake8 .
# echo "> mypy"
# mypy .