Skip to content

Commit

Permalink
Simplify pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Aug 8, 2024
1 parent c133c68 commit 2f066ef
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions coastal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,8 @@ check_untyped_defs = true
pretty = true
warn_return_any = true

[tool.pylint.messages_control]
[tool.pylint."messages control"]
disable = [
"consider-using-f-string",
"duplicate-code",
"invalid-name",
"missing-module-docstring",
"too-few-public-methods",
"too-many-arguments",
"too-many-branches",
"too-many-instance-attributes",
"too-many-lines",
"too-many-locals",
"too-many-public-methods",
"unnecessary-lambda-assignment",
"use-dict-literal",
]
extension-pkg-allow-list = ["lxml"]
recursive = true

0 comments on commit 2f066ef

Please sign in to comment.