diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-12-08 21:58:05 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-12-08 21:58:05 +0100 |
commit | 91208d21156472d15e9c40e2e9a697b11c6af11d (patch) | |
tree | 6dd1a08320f69ccbd9b7d06f492c32e383086f93 | |
parent | d81153b8c4b5b21f3a28d117b43df6a9cda81644 (diff) | |
download | fietsboek-91208d21156472d15e9c40e2e9a697b11c6af11d.tar.gz fietsboek-91208d21156472d15e9c40e2e9a697b11c6af11d.tar.bz2 fietsboek-91208d21156472d15e9c40e2e9a697b11c6af11d.zip |
run black in CI
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad31937..eb52552 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ test-pypy: lint: script: - - tox -e pylint,flake8 + - tox -e pylint,flake8,black lint-tests: script: |