From cf2cc44c61b926ac6570174e56c6f4612ad7432d Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 20 Jan 2025 08:10:51 +0000 Subject: [PATCH] Allow to shadow Python standard-library modules --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 90d5621..7c7ee8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -221,6 +221,8 @@ select = [ "YTT", # flake8-2020 ] ignore = [ + # Allow to shadow Python standard-library modules + "A005", # Allow non-abstract empty methods in abstract base classes "B027", # Remove flake8-errmsg since we consider they bloat the code and provide limited value