Skip to content

Commit

Permalink
Remove unnecessary ** from __init__ exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Dec 20, 2024
1 parent a0cf7b0 commit 7331174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ known-first-party = ["{{ cookiecutter.repo_name }}"]
convention = "google"

[tool.ruff.lint.per-file-ignores]
"**/__init__.py" = ["F401", "E402", "D104"]
"__init__.py" = ["F401", "E402", "D104"]

[tool.ruff.format]
docstring-code-format = true
Expand Down

0 comments on commit 7331174

Please sign in to comment.