Skip to content

Commit

Permalink
hasher: ignore rule D103 for endpoints functions
Browse files Browse the repository at this point in the history
Docstrings feel like overkill for these functions
  • Loading branch information
milanmlft committed Dec 4, 2023
1 parent 58fc56f commit a3f18ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hasher/ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ extend = "../ruff.toml"

[extend-per-file-ignores]
"./tests/**" = ["D1"]
"./src/hasher/endpoints.py" = ["D103"]

0 comments on commit a3f18ea

Please sign in to comment.