Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 14, 2025
1 parent 506b979 commit c85e76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.6'
rev: 'v0.9.1'
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def check_sphinx_version(expected_version):
# General information about the project
project = setup_cfg["name"]
primary_author = setup_cfg["authors"][0]
author = f'{primary_author["name"]} <{primary_author["email"]}>'
author = f"{primary_author['name']} <{primary_author['email']}>"
copyright = f"{datetime.datetime.now().year}, {author}"

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit c85e76b

Please sign in to comment.