(root)/
glib-2.79.0/
.gitlab-ci/
run-black.sh
#!/bin/bash

set -e

# shellcheck disable=SC2046
black --diff --check $(git ls-files '*.py')