diff --git a/pyproject.toml b/pyproject.toml index c1a6bfc..78e60ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ speedup = [ test = [ "pygeohydro", "pytest-cov", + "pytest-sugar", "pytest-xdist[psutil]", ] [project.urls] @@ -92,6 +93,8 @@ select = [ "N", # pygrep-hooks "PGH", + # flake8-pytest-style + "PT", # flake8-use-pathlib "PTH", # flake8-quotes @@ -100,6 +103,8 @@ select = [ "S", # flake8-simplify "SIM", + # flake8-print + "T20", # tryceratops "TRY", # pyupgrade