mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-12 06:02:31 +02:00
7 lines
49 B
Bash
Executable File
7 lines
49 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
mypy .
|
|
flake8 PFERD
|