Skip to content

Commit 98d80ac

Browse files
committed
allow capital variables
1 parent 80ea1e9 commit 98d80ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ lint.select = [
7474
"PLE", # Pylint error https://github.com/charliermarsh/ruff#error-ple
7575
]
7676
lint.ignore = [
77-
"D100", "D101", "D104", "D105", "D106", "D107", "D203", "D213", "D413"
77+
"D100", "D101", "D104", "D105", "D106", "D107", "D203", "D213", "D413",
78+
"N806" # Allow capital letters in variables
7879
] # docstring style
7980

8081
line-length = 120

0 commit comments

Comments
 (0)