Skip to content

Commit dc14a0c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) - [github.com/lorenzwalthert/precommit: v0.4.3.9005 → v0.4.3.9009](lorenzwalthert/precommit@v0.4.3.9005...v0.4.3.9009) - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.0...v0.11.12)
1 parent 9e5221e commit dc14a0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repos:
2020
- id: tox-ini-fmt
2121

2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: "v2.5.1"
23+
rev: "v2.6.0"
2424
hooks:
2525
- id: pyproject-fmt
2626
additional_dependencies: ["tox>=4.12.1"]
2727

2828
- repo: https://github.com/lorenzwalthert/precommit
29-
rev: v0.4.3.9005
29+
rev: v0.4.3.9009
3030
hooks:
3131
- id: parsable-R
3232
- id: no-browser-statement
@@ -41,7 +41,7 @@ repos:
4141
- Rdpack
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
4343
# Ruff version.
44-
rev: v0.11.0
44+
rev: v0.11.12
4545
hooks:
4646
# Run the formatter.
4747
- id: ruff-format

0 commit comments

Comments
 (0)