mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-04-16 22:15:51 -05:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#! /bin/bash
|
|
|
|
flake8 bemani/ --ignore E501,E252,W504 | grep -v "migrations\/"
|