Skip to content

Commit

Permalink
ignore N816
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Dec 14, 2023
1 parent 0a42a89 commit 3bf4cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ ignore = [
"F821", # undefined name <- jaxtyping
"FIX002", # Line contains TODO, consider resolving the issue
"N80", # Naming conventions.
"N816", # Variable in global scope should not be mixedCase
"PD", # pandas-vet
"PLR", # Design related pylint codes
"PYI041", # Use `float` instead of `int | float` <- beartype is more strict
Expand Down

0 comments on commit 3bf4cf3

Please sign in to comment.