Skip to content

Commit 291ef6e

Browse files
committed
allow capital variables in input args
1 parent 98d80ac commit 291ef6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lint.select = [
7575
]
7676
lint.ignore = [
7777
"D100", "D101", "D104", "D105", "D106", "D107", "D203", "D213", "D413",
78-
"N806" # Allow capital letters in variables
78+
"N803", "N806" # Allow capital letters in variables
7979
] # docstring style
8080

8181
line-length = 120

0 commit comments

Comments
 (0)