mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-04-17 14:35:52 -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\/"
|