Skip to content

Commit d085e7d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.14.9](astral-sh/ruff-pre-commit@v0.11.11...v0.14.9) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](pre-commit/mirrors-mypy@v1.15.0...v1.19.1) - [github.com/jsh9/pydoclint: 0.6.7 → 0.8.3](jsh9/pydoclint@0.6.7...0.8.3) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent 35aeb8a commit d085e7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.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.11.11'
3+
rev: 'v0.14.9'
44
hooks:
55
- id: ruff-format
66
exclude: tests/fixtures/.*
@@ -15,7 +15,7 @@ repos:
1515
- tomli
1616
args: [--ignore-words-list, astroid ]
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -46,14 +46,14 @@ repos:
4646
- id: detect-secrets
4747
additional_dependencies: [ "gibberish-detector" ]
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.15.0
49+
rev: v1.19.1
5050
hooks:
5151
- id: mypy
5252
args: [ --no-strict-optional, --ignore-missing-imports ]
5353
additional_dependencies: [ "pydantic>2.0", "toml", "types-PyYAML" ]
5454
exclude: "^tests/"
5555
- repo: https://github.com/jsh9/pydoclint
56-
rev: 0.6.7
56+
rev: 0.8.3
5757
hooks:
5858
- id: pydoclint
5959
args:
@@ -65,7 +65,7 @@ repos:
6565
exclude: test.*
6666

6767
- repo: https://github.com/executablebooks/mdformat
68-
rev: 0.7.22
68+
rev: 1.0.0
6969
hooks:
7070
- id: mdformat
7171
args:
@@ -74,7 +74,7 @@ repos:
7474
- "mdformat-mkdocs[recommended]"
7575

7676
- repo: https://github.com/executablebooks/mdformat
77-
rev: 0.7.22
77+
rev: 1.0.0
7878
hooks:
7979
- id: mdformat
8080
additional_dependencies:

0 commit comments

Comments
 (0)