1
0
mirror of synced 2024-09-24 03:18:22 +02: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"