Skip to content

Commit 30e7f41

Browse files
[pre-commit.ci] pre-commit autoupdate (#466)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/astral-sh/uv-pre-commit: 0.7.8 → 0.11.3](astral-sh/uv-pre-commit@0.7.8...0.11.3) - [github.com/thlorenz/doctoc.git: v2.3.0 → v2.4.0](https://github.com/thlorenz/doctoc.git/compare/v2.3.0...v2.4.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c6e5941 commit 30e7f41

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.4
5+
rev: v0.15.9
66
hooks:
77
- id: ruff-check
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.37.0
10+
rev: 0.37.1
1111
hooks:
1212
- id: check-github-workflows
1313
- repo: https://github.com/asottile/blacken-docs
@@ -16,11 +16,11 @@ repos:
1616
- id: blacken-docs
1717
additional_dependencies: [black==25.1.0]
1818
- repo: https://github.com/astral-sh/uv-pre-commit
19-
rev: 0.7.8
19+
rev: 0.11.3
2020
hooks:
2121
- id: uv-lock
2222
- repo: https://github.com/thlorenz/doctoc.git
23-
rev: v2.3.0
23+
rev: v2.4.0
2424
hooks:
2525
- id: doctoc
2626
name: Add TOC for Markdown and RST files

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ It allows you to store configuration separate from your code, as per
1111

1212
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1313
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
14+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1415

1516
- [Features](#features)
1617
- [Install](#install)

0 commit comments

Comments
 (0)