Removed formatter

This commit is contained in:
DarkCat09 2022-11-01 16:21:28 +04:00
parent 467fbf6ef7
commit 5f268fdf3a

View file

@ -11,6 +11,3 @@ clean:
check: check:
python -m mypy . python -m mypy .
python -m pylint -j 4 ./showdialog python -m pylint -j 4 ./showdialog
format:
python -m autopep8 -r --in-place ./showdialog