Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove ruff rule
Browse files Browse the repository at this point in the history
dogversioning committed Aug 21, 2024
1 parent 0ef5afe commit 9c00970
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -81,6 +81,3 @@ select = [
[tool.ruff.lint.per-file-ignores]
"**/__init__.py" = ["F401"] # init files hold API, so not using imports is intentional
"tests/**" = ["S"] # tests do suspicious stuff that's fine, actually
# ./cumulus_library/schema needs general revisiting, deferring on style maintenance
# until that occurs
"cumulus_library/schema/valueset.py" = ["E501"]

0 comments on commit 9c00970

Please sign in to comment.