summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-black.sh
blob: fdeaf16846b8d51258fd3a14b23a7369c6083c20 (plain)
1
2
3
4
5
6
#!/bin/bash

set -e

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