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"