Skip to content

Commit b556a4e

Browse files
[pre-commit.ci] pre-commit autoupdate (#632)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 7d6c58a commit b556a4e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: "3.x"
27+
python-version: "3.13" # Pending https://github.com/isidentical/teyit/issues/23
2828
cache: pip
2929
cache-dependency-path: "pyproject.toml"
3030

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
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: [--exit-non-zero-on-fix]
@@ -9,6 +9,7 @@ repos:
99
rev: 0.4.3
1010
hooks:
1111
- id: teyit
12+
language_version: python3.13 # Pending https://github.com/isidentical/teyit/issues/23
1213

1314
- repo: https://github.com/pre-commit/pygrep-hooks
1415
rev: v1.10.0

0 commit comments

Comments
 (0)