From f977aeef3b2f604c63bec6793f747c2e2d66d09d Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Mon, 1 Jul 2024 12:04:48 -0700 Subject: [PATCH] Add comments after some testing --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d73424f..1a2430d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,8 +107,8 @@ lint.select = [ "Q", # flake8-quotes errors "T20", # flake8-print errors "W", # pycodestyle warnings - # "B", # bugbear errors - # "UP", # py-upgrade + # "B", # bugbear errors - incompatible with our use of `gettattr` and `setattr`. + # "UP", # py-upgrade - consider adding when we drop support for Python 3.8. ] # Allow unused variables when underscore-prefixed. lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"