Skip to content

Commit c22b25e

Browse files
committed
Bump versions for ruff, typos, and zensical
1 parent 018403d commit c22b25e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.15.15"
17+
rev: "v0.15.16"
1818
hooks:
1919
- id: ruff-format
2020
args: [--config=ruff.toml]
@@ -30,7 +30,7 @@ repos:
3030
- prettier-plugin-toml@2.0.6
3131

3232
- repo: https://github.com/crate-ci/typos
33-
rev: v1.47.0
33+
rev: v1.47.2
3434
hooks:
3535
- id: typos
3636
exclude: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docs = [
5353
"mkdocstrings[python]>=1",
5454
"setuptools>=80.8.0",
5555
"setuptools_scm>=8",
56-
"zensical>=0.0.17",
56+
"zensical>=0.0.44",
5757
]
5858
quality = ["prek>=0.3.5"]
5959
test = [

0 commit comments

Comments
 (0)