mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
8f45fbdadd
The debian docker have been modified to install these tools. Closes #2046 Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
black --diff --check $(git ls-files '*.py')
|