mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
5ee91f6659
- updated sites list - test scripts linting
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 |