From 219f723dc6161355c578ce4da39b6d3a97d26749 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sun, 30 Oct 2022 12:33:27 -0700 Subject: [PATCH] add type-checking plugin for flakeheaven --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index be70a1e4..1cc84cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt [tool.poetry.dev-dependencies] black = { version = ">=21.5b2", allow-prereleases = true } flakeheaven = ">=3.0" +flake8-type-checking = ">=2.2.0" ipdb = "*" isort = ">=5.10" mkdocs = ">=1.0,<1.3" @@ -169,6 +170,7 @@ pycodestyle = [ "-E70", "-W1*", "-W2*", "-W3*", "-W5*", ] +"flake8-*" = ["+*"] [build-system]