4 lines
78 B
Text
4 lines
78 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
isort --recursive --check-only --settings-path setup.cfg .
|