Skip to content

Commit

Permalink
chore: run pre-commit run ruff-format -a
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Oct 28, 2023
1 parent 2999f61 commit 4ed9335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/deprecate/test_ignore_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
def test_generate_deprecation_warning() -> None:
result = generate_deprecation_warning(flag_name="ignore-missing", issue_code="DEP002", sequence=("hi", "bye"))
assert (
result
== "Warning: In an upcoming release, support for the `--ignore-missing` command-line option and the"
result == "Warning: In an upcoming release, support for the `--ignore-missing` command-line option and the"
" `ignore_missing` configuration parameter will be discontinued. Instead, use `--per-rule-ignores"
' DEP002=hi|bye` or add a line `DEP002 = ["hi", "bye"]` to the `[tool.deptry.per_rule_ignores]` section of the'
" configuration file."
Expand Down

0 comments on commit 4ed9335

Please sign in to comment.