From 9e1d344205139a56fd16a02905914bc3b6d41f2d Mon Sep 17 00:00:00 2001 From: Ou Ku Date: Fri, 10 Jan 2025 15:30:52 +0100 Subject: [PATCH] Allow capital variable (#41) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6121e1c..269e2ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ lint.select = [ ] lint.ignore = [ "D100", "D101", "D104", "D105", "D106", "D107", "D203", "D213", "D413", -"N806" # Allow capital letters in variables +"N803", "N806" # Allow capital letters in variables ] # docstring style line-length = 120