mirror of
https://github.com/soxoj/maigret.git
synced 2026-08-17 19:25:41 +02:00
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
FILES="maigret wizard.py maigret.py tests"
|
|
|
|
echo 'black'
|
|
black --skip-string-normalization $FILES |