diff --git a/pyproject.toml b/pyproject.toml index c46e0b9..6cf206d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ Homepage = "https://github.com/sarugaku/resolvelib" lint = [ "black==23.12.1", "flake8", + "Flake8-pyproject", "isort", "mypy", "types-requests",