mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-04-24 23:47:00 -05:00
4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#! /bin/bash
|
|
|
|
flake8 bemani/ --ignore E501 | grep -v "migrations\/" | grep -v "__init__.*F401"
|