Add black formatted helpers

This commit is contained in:
Adam Cecile 2021-08-17 09:42:03 +02:00
parent 2c4bb4b531
commit 9976ceeaff
2 changed files with 6 additions and 0 deletions

3
black.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
black wrapper-scripts/*

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[tool.black]
line-length = 160
target-version = ['py27']