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