From 483999898a9afec7d58d35253f4d6bd58ea8ecf7 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Tue, 7 Jun 2022 14:28:01 -0500 Subject: [PATCH] Disable pylint invalid-name --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e3d7595..313cf5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,7 @@ line-length = 79 target-version = ['py36'] preview = true +[tool.pylint.main] +disable = ["invalid-name"] [tool.pylint.format] max-line-length = 79 -- GitLab