This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pferd
Watch
1
Star
0
Fork
0
You've already forked pferd
mirror of
https://github.com/Garmelon/PFERD.git
synced
2023-12-21 10:23:01 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5c76193045
pferd
/
scripts
/
format
7 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Configure code checking and formatting tools Checking - mypy - flake8 (which uses pyflakes and pycodestyle) Formatting - autopep8 - isort
2021-05-16 14:31:43 +02:00
#!/usr/bin/env bash
Set up pyinstaller
2021-05-24 15:21:25 +02:00
set -e
Configure code checking and formatting tools Checking - mypy - flake8 (which uses pyflakes and pycodestyle) Formatting - autopep8 - isort
2021-05-16 14:31:43 +02:00
autopep8 --recursive --in-place PFERD
isort PFERD
Reference in New Issue
Copy Permalink