Skip to content

Commit

Permalink
cicd: ignore assert check in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jan 29, 2024
1 parent eb13cda commit 65fafdd
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 @@ -135,4 +135,5 @@ ignore = [
# ANN001 - missing-type-function-argument
# ANN102 - missing-type-cls
# ANN2 - missing-return-type
"tests/*" = ["ANN001", "ANN102", "ANN2"]
# S101 - assert
"tests/*" = ["ANN001", "ANN102", "ANN2", "S101"]

0 comments on commit 65fafdd

Please sign in to comment.