We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5221e commit dc14a0cCopy full SHA for dc14a0c
.pre-commit-config.yaml
@@ -20,13 +20,13 @@ repos:
20
- id: tox-ini-fmt
21
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
- rev: "v2.5.1"
+ rev: "v2.6.0"
24
hooks:
25
- id: pyproject-fmt
26
additional_dependencies: ["tox>=4.12.1"]
27
28
- repo: https://github.com/lorenzwalthert/precommit
29
- rev: v0.4.3.9005
+ rev: v0.4.3.9009
30
31
- id: parsable-R
32
- id: no-browser-statement
@@ -41,7 +41,7 @@ repos:
41
- Rdpack
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
# Ruff version.
44
- rev: v0.11.0
+ rev: v0.11.12
45
46
# Run the formatter.
47
- id: ruff-format
0 commit comments