mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
e817a049f0
Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# shellcheck disable=SC2046
|
|
black --diff --check $(git ls-files '*.py')
|