Skip to content

Commit 97103ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lorenzwalthert/precommit: v0.4.3.9014 → v0.4.3.9017](lorenzwalthert/precommit@v0.4.3.9014...v0.4.3.9017) - [github.com/tox-dev/tox-ini-fmt: 1.6.0 → 1.7.0](tox-dev/tox-ini-fmt@1.6.0...1.7.0) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.0](tox-dev/pyproject-fmt@v2.6.0...v2.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.0...v0.14.3) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1)
1 parent 9f4c5de commit 97103ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
88
repos:
99
- repo: https://github.com/lorenzwalthert/precommit
10-
rev: v0.4.3.9014
10+
rev: v0.4.3.9017
1111
hooks:
1212
- id: parsable-R
1313
- id: no-browser-statement
@@ -43,19 +43,19 @@ repos:
4343
exclude: '(\.Rd|python/doc/source/reference/.*|test-doctest-.*)'
4444

4545
- repo: https://github.com/tox-dev/tox-ini-fmt
46-
rev: "1.6.0"
46+
rev: "1.7.0"
4747
hooks:
4848
- id: tox-ini-fmt
4949

5050
- repo: https://github.com/tox-dev/pyproject-fmt
51-
rev: "v2.6.0"
51+
rev: "v2.11.0"
5252
hooks:
5353
- id: pyproject-fmt
5454
additional_dependencies: ["tox>=4.12.1"]
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
5757
# Ruff version.
58-
rev: v0.13.0
58+
rev: v0.14.3
5959
hooks:
6060
# Run the formatter.
6161
- id: ruff-format
@@ -67,6 +67,6 @@ repos:
6767
require_serial: true
6868

6969
- repo: https://github.com/sphinx-contrib/sphinx-lint
70-
rev: v1.0.0
70+
rev: v1.0.1
7171
hooks:
7272
- id: sphinx-lint

0 commit comments

Comments
 (0)