Skip to content

Commit

Permalink
Add flake8-datetimez rules to Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Feb 3, 2024
1 parent 91220a6 commit 384d4a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ select = [
"UP", # pyupgrade
"B", # flake8-bugbear
# "SIM",# flake8-simplify
"I", # isort
"PL", # pylint
"DTZ", # flake8-datetimez
"I", # isort
"PL", # pylint
]
ignore = [
"E501", # line-too-long
Expand Down

0 comments on commit 384d4a4

Please sign in to comment.