Skip to content

Commit

Permalink
Resolve pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Dec 19, 2024
1 parent 662afb4 commit 0e64c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions {{ cookiecutter.repo_name }}/docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""Sphinx configuration."""

from datetime import datetime


Expand Down
6 changes: 3 additions & 3 deletions {{ cookiecutter.repo_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ known-first-party = ["{{ cookiecutter.repo_name }}"]
[tool.ruff.lint.pydocstyle]
convention = "google"

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

[tool.ruff.format]
docstring-code-format = true
docstring-code-line-length = "dynamic"

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

0 comments on commit 0e64c6a

Please sign in to comment.