From ba21058a8441f01c07f6ed7c0652a89c9a850923 Mon Sep 17 00:00:00 2001 From: adeshpande <110117391+JasonGrace2282@users.noreply.github.com> Date: Sun, 26 May 2024 15:19:01 -0400 Subject: [PATCH] Add pep8-naming (#29) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 37ee5129..df063bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,8 @@ select = [ "F", # flake8-no-pep420 "INP", + # pep8-naming + "N", # Pylint "PL", # pygrep hooks