Skip to content

Commit

Permalink
pyproject - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Sep 24, 2024
1 parent 64a5450 commit 2fb2cd8
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 @@ -103,7 +103,7 @@ ignore = [
"FBT001", # boolean arguement in function definition
"INP001", # implicit namespace without __init__ (throws errors in tests)
"ISC001", # check for implicit concatanation of str on one line, not compatabil with black.
"N802", # name of function should be lower case
"N802", # name of function should be lowercase
"PLR2004", # magic value used in comparison
"PLW2901", # redefing loop variables
"PT012", # ptest.raises should contain a simple statement
Expand Down

0 comments on commit 2fb2cd8

Please sign in to comment.