Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Feb 1, 2024
1 parent c0c2008 commit 6fd08b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/{{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,5 @@ ignore = [
# ANN102 - missing-type-cls
# ANN2 - missing-return-type
# S101 - assert
"tests/*" = ["ANN001", "ANN102", "ANN2", "S101"]
# B011 - assert-false
"tests/*" = ["ANN001", "ANN102", "ANN2", "S101", "B011"]

0 comments on commit 6fd08b9

Please sign in to comment.