Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2795)
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 Nov 7, 2024
1 parent 79f357c commit 7c0a39f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ repos:
- id: tox-ini-fmt
args: ["-p", "fix"]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.4.3"
rev: "v2.5.0"
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.1"
rev: "v0.7.2"
hooks:
- id: ruff-format
- id: ruff
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ dynamic = [
"version",
]
dependencies = [
"distlib<1,>=0.3.7",
"filelock<4,>=3.12.2",
"distlib>=0.3.7,<1",
"filelock>=3.12.2,<4",
"importlib-metadata>=6.6; python_version<'3.8'",
"platformdirs<5,>=3.9.1",
"platformdirs>=3.9.1,<5",
]
optional-dependencies.docs = [
"furo>=2023.7.26",
"proselint>=0.13",
"sphinx!=7.3,>=7.1.2",
"sphinx>=7.1.2,!=7.3",
"sphinx-argparse>=0.4",
"sphinxcontrib-towncrier>=0.2.1a0",
"towncrier>=23.6",
Expand Down

0 comments on commit 7c0a39f

Please sign in to comment.