mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Configure code checking and formatting tools
Checking - mypy - flake8 (which uses pyflakes and pycodestyle) Formatting - autopep8 - isort
This commit is contained in:
4
scripts/check
Executable file
4
scripts/check
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
mypy PFERD
|
||||
flake8 PFERD
|
Reference in New Issue
Block a user