Skip to content

Commit

Permalink
MNT: Add new linters for checking print statement and pytest style. T…
Browse files Browse the repository at this point in the history
…hen, fix the raised issues. [skip ci]
  • Loading branch information
Taher Chegini committed Oct 7, 2023
1 parent 6a1f114 commit 18f6552
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ nhdplus = [
]
test = [
"pytest-cov",
"pytest-sugar",
"pytest-xdist[psutil]",
]
[project.urls]
Expand Down Expand Up @@ -98,6 +99,8 @@ select = [
"N",
# pygrep-hooks
"PGH",
# flake8-pytest-style
"PT",
# flake8-use-pathlib
"PTH",
# flake8-quotes
Expand All @@ -106,6 +109,8 @@ select = [
"S",
# flake8-simplify
"SIM",
# flake8-print
"T20",
# tryceratops
"TRY",
# pyupgrade
Expand Down

0 comments on commit 18f6552

Please sign in to comment.