1
0
mirror of synced 2024-11-27 23:50:47 +01:00
bemaniutils/verifylint
2019-12-08 21:43:49 +00:00

4 lines
95 B
Bash
Executable File

#! /bin/bash
flake8 bemani/ --ignore E501 | grep -v "migrations\/" | grep -v "__init__.*F401"