Skip to content

Commit

Permalink
Repo admin.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgdunn committed Mar 26, 2024
1 parent d5935fc commit b423707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ extend-ignore = [

# Don't require that Exceptions have string literals
"EM101", # Ugly redundant code otherwise

# Issues and TODO
"TD002", # Not necessary that every todo has a username,
"TD003", # Not necessary that every todo has an issuelink
"TD004", # Not necessary that every todo has a colon
"TD005", # Not necessary that every todo has a description
"FIX002", # Not necessary that every fixme has to be removed
]

# Exclude a variety of commonly ignored directories.
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ addopts = --new-first
--cov-config=.coveragerc
--no-cov-on-fail
--cov-branch
--cov-fail-under 10
--cov-fail-under 70

0 comments on commit b423707

Please sign in to comment.