diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 705c064..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -stages: - - linting - - black - -flake8: - stage: linting - image: registry.gitlab.com/pipeline-components/flake8:latest - script: - - apt-get install libpq-dev - - pip install -r requirements/test.txt - - flake8 . - only: - - main - -black_check: - stage: black - image: python:3.9 - script: - - pip install -r requirements/dev.txt - - black --check --config pyproject.toml . \ No newline at end of file