mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-30 05:13:01 +02:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
isort --recursive --check-only --settings-path setup.cfg .
|