Skip to content

Commit

Permalink
Allow capital variable (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou authored Jan 10, 2025
1 parent cc03e47 commit 9e1d344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e1d344

Please sign in to comment.