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