From bf4b9dd7da2910228cf94ca0e6821d71eff1e226 Mon Sep 17 00:00:00 2001 From: andrei Date: Wed, 24 Apr 2024 11:42:30 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .gitlab-ci.yml 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