1
0
mirror of synced 2024-11-24 14:30:11 +01:00
bemaniutils/verifylint

4 lines
95 B
Plaintext
Raw Normal View History

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