mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
6 lines
79 B
Bash
Executable file
6 lines
79 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
autopep8 --recursive --in-place PFERD
|
|
isort PFERD
|