Skip to content

Commit d11dacb

Browse files
pre-commit-ci[bot]StanFromIrelandhugovk
authored
[pre-commit.ci] pre-commit autoupdate (#166)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...0.36.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.10](rhysd/actionlint@v1.7.7...v1.7.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/francescorubbo/deptry-pre-commit: v0.23.0 → v0.24.0.1](francescorubbo/deptry-pre-commit@v0.23.0...v0.24.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent cbe0d9b commit d11dacb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.3
3+
rev: v0.14.10
44
hooks:
55
- id: ruff-check
66
args: [--fix, --exit-non-zero-on-fix]
@@ -20,12 +20,12 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.34.0
23+
rev: 0.36.0
2424
hooks:
2525
- id: check-github-workflows
2626

2727
- repo: https://github.com/rhysd/actionlint
28-
rev: v1.7.7
28+
rev: v1.7.10
2929
hooks:
3030
- id: actionlint
3131

@@ -35,16 +35,16 @@ repos:
3535
- id: check-useless-excludes
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.18.2
38+
rev: v1.19.1
3939
hooks:
4040
- id: mypy
4141
additional_dependencies: [types-docutils, types-polib>=1.2.0.20250114, types-requests]
4242

4343
- repo: https://github.com/francescorubbo/deptry-pre-commit
44-
rev: v0.23.0
44+
rev: v0.24.0.1
4545
hooks:
4646
- id: deptry
47-
args: ["--per-rule-ignores", "DEP002=python-docs-theme", "--package-module-name-map", "gitpython=git,sphinx-lint=sphinxlint"]
47+
args: [".", "--per-rule-ignores", "DEP002=python-docs-theme", "--package-module-name-map", "gitpython=git,sphinx-lint=sphinxlint"]
4848

4949
ci:
5050
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)