Skip to content

Commit

Permalink
chore: Update dev dependencies (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 5, 2024
1 parent d849483 commit 7121dac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -45,7 +45,7 @@ repos:
- tomli

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -68,7 +68,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.2.32
rev: 0.2.33
hooks:
- id: pip-compile
files: ^pyproject\.toml$
Expand Down
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 7121dac

Please sign in to comment.