mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-25 03:05:19 -05:00
4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#! /bin/bash
|
|
|
|
flake8 bemani/ --ignore E501,E252,W504,B006,B008,B009 | grep -v "migrations\/"
|