From 26791c096a89eb75fee0e22d0c651a0292d07b7a Mon Sep 17 00:00:00 2001 From: Anton Kasimov Date: Thu, 11 Jan 2024 23:11:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B8=20=D0=BE=D1=82=20flake8-SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{{ cookiecutter.project_slug }}/pyproject.toml | 1 - nitpick/styleguide.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/cookiecutter-python/{{ cookiecutter.project_slug }}/pyproject.toml b/cookiecutter-python/{{ cookiecutter.project_slug }}/pyproject.toml index dad67fb..ce54996 100644 --- a/cookiecutter-python/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/cookiecutter-python/{{ cookiecutter.project_slug }}/pyproject.toml @@ -29,7 +29,6 @@ asgi-lifespan = "^2.1.0" [tool.poetry.group.dev.dependencies] wemake-python-styleguide = "^0.18.0" flake8-pytest-style = "^1.7.2" -flake8-SQL = "^0.4.1" flake8-annotations = "^3.0.1" flake8-logging-format = "^0.9.0" flake8-spellcheck = "^0.28.0" diff --git a/nitpick/styleguide.toml b/nitpick/styleguide.toml index 00ffd7a..115abb4 100644 --- a/nitpick/styleguide.toml +++ b/nitpick/styleguide.toml @@ -4,7 +4,6 @@ python = "^3.10" ["pyproject.toml".tool.poetry.group.dev.dependencies] wemake-python-styleguide = "^0.18.0" flake8-pytest-style = "^1.7.2" -flake8-SQL = "^0.4.1" flake8-annotations = "^3.0.1" flake8-logging-format = "^0.9.0" flake8-spellcheck = "^0.28.0"