Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 5, 2024
2 parents 8bf3afa + 7121dac commit be98864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# uv pip compile pyproject.toml --pre --python-version 3.12 --extra docs -o docs/requirements.txt
alabaster==0.7.16
# via sphinx
astroid==3.2.4
astroid==3.3.0
# via sphinx-autoapi
autodocsumm==0.2.12
autodocsumm==0.2.13
# via citric (pyproject.toml)
babel==2.15.0
# via sphinx
Expand Down Expand Up @@ -40,7 +40,7 @@ mdit-py-plugins==0.4.1
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==3.0.1
myst-parser==4.0.0
# via citric (pyproject.toml)
packaging==24.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion src/citric/types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Citric Python types."""
"""Citric Python types.""" # noqa: A005

from __future__ import annotations

Expand Down

0 comments on commit be98864

Please sign in to comment.