Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Re-enable D407 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed May 10, 2023
1 parent 8606bdd commit 9cd85d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ignore = [
"D106", # undocumented-public-nested-class
"D203", # one-blank-line-before-class
"D213", # multi-line-summary-second-line
"D407", # dashed-underline-after-section
]

exclude = [
Expand Down
1 change: 1 addition & 0 deletions blossom/api/slack/commands/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def format_stats_section(name: str, section: Dict) -> str:
"""Format a given section of stats to a readable string.
Example:
-------
*Section name*:
- Key 1: Value 1
- Key 2: Value 2
Expand Down

0 comments on commit 9cd85d9

Please sign in to comment.