Skip to content

Commit

Permalink
Remove duplicate ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Feb 16, 2023
1 parent f1b101c commit 0f25beb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ per-file-ignores = { "alembic/versions/00df3c7b5cba_rethink_classification.py" =
"F401",
"E402",
"F811",
], "app/db/crud/hfi_calc.py" = [
"E712",
], "app/db/crud/observations.py" = [
"E712",
] }
line-length = 185
ignore = ["E712"]

0 comments on commit 0f25beb

Please sign in to comment.