Skip to content

Commit

Permalink
remove the DTZ003 entry from ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii committed Oct 12, 2023
1 parent 428da7f commit ebbd538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ ignore = [
'D105', # Missing docstring in magic method
'D400', # [*] First line should end with a period
'D403', # [*] First word of the first line should be capitalized: `tokenize` -> `Tokenize`
'DTZ003', # The use of `datetime.datetime.utcnow()` is not allowed, use `datetime.datetime.now(tz=)` instead
'DTZ005', # The use of `datetime.datetime.now()` without `tz` argument is not allowed
'ERA001', # [*] Found commented-out code
'F401', # [*] `ansible_navigator.version.__version__` imported but unused
Expand Down

0 comments on commit ebbd538

Please sign in to comment.