Skip to content

Commit

Permalink
chore: synced local './' with remote 'template/'
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel committed Oct 7, 2024
1 parent acb3faa commit eac37b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ select = [
"FURB", # refurb
"RUF", # Ruff-specific rules
"UP", # pyupgrade
]
]

[lint.per-file-ignores]
"__init__.py" = ["F401"]

[lint.pydocstyle]
convention = "numpy"

0 comments on commit eac37b0

Please sign in to comment.