Skip to content

Commit 4287ed4

Browse files
pre-commit-ci[bot]rittik9
authored andcommitted
[pre-commit.ci] pre-commit suggestions
updates: - [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/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.2) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.2...v0.14.10) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.1](tox-dev/pyproject-fmt@v2.6.0...v2.11.1)
1 parent 52ea730 commit 4287ed4

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
@@ -23,7 +23,7 @@ ci:
2323

2424
repos:
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
@@ -53,12 +53,12 @@ repos:
5353
args: ["--in-place"]
5454

5555
- repo: https://github.com/sphinx-contrib/sphinx-lint
56-
rev: v1.0.0
56+
rev: v1.0.2
5757
hooks:
5858
- id: sphinx-lint
5959

6060
- repo: https://github.com/executablebooks/mdformat
61-
rev: 0.7.22
61+
rev: 1.0.0
6262
hooks:
6363
- id: mdformat
6464
args: ["--number"]
@@ -73,7 +73,7 @@ repos:
7373
)$
7474
7575
- repo: https://github.com/pre-commit/mirrors-prettier
76-
rev: v3.1.0
76+
rev: v4.0.0-alpha.8
7777
hooks:
7878
- id: prettier
7979
files: \.(json|yml|yaml|toml)
@@ -105,7 +105,7 @@ repos:
105105
- id: text-unicode-replacement-char
106106

107107
- repo: https://github.com/astral-sh/ruff-pre-commit
108-
rev: v0.12.2
108+
rev: v0.14.10
109109
hooks:
110110
# try to fix what is possible
111111
- id: ruff
@@ -116,7 +116,7 @@ repos:
116116
- id: ruff
117117

118118
- repo: https://github.com/tox-dev/pyproject-fmt
119-
rev: v2.6.0
119+
rev: v2.11.1
120120
hooks:
121121
- id: pyproject-fmt
122122
additional_dependencies: [tox]

0 commit comments

Comments
 (0)