4 lines
141 B
Bash
Executable File
4 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pycodestyle --ignore=E226,E301,E302,E303,E402,W503,W504 --max-line-length=120 --max-doc-length=120 screen.py ks_includes panels
|