3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
isort --recursive --check-only --settings-path setup.cfg .
|