Skip to content

Commit 1b3d36c

Browse files
Run "pre-commit autoupdate" (#7080)
Update pre-commit hooks' rev versions [https://github.com/pre-commit/pre-commit-hooks] updating v4.4.0 -> v5.0.0 [https://github.com/psf/black] updating 24.4.2 -> 25.1.0 [https://github.com/charliermarsh/ruff-pre-commit] updating v0.4.5 -> v0.11.2 [https://github.com/pycqa/pydocstyle] already up to date! [https://github.com/codespell-project/codespell] updating v2.2.5 -> v2.4.1 [https://github.com/pre-commit/mirrors-mypy] updating v1.6.1 -> v1.15.0 [https://github.com/kynan/nbstripout] updating 0.6.1 -> 0.8.1 [https://github.com/Yelp/detect-secrets] updating v1.4.0 -> v1.5.0 Co-authored-by: Danglewood <[email protected]>
1 parent a1b95cf commit 1b3d36c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
exclude: 'construct.yaml'
@@ -11,11 +11,11 @@ repos:
1111
- id: check-merge-conflict
1212
- id: detect-private-key
1313
- repo: https://github.com/psf/black
14-
rev: 24.4.2
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/charliermarsh/ruff-pre-commit
18-
rev: "v0.4.5"
18+
rev: "v0.11.2"
1919
hooks:
2020
- id: ruff
2121
- repo: https://github.com/pycqa/pydocstyle
@@ -31,7 +31,7 @@ repos:
3131
exclude: 'tests/.*\.py|openbb_platform/test_.*\.py'
3232
args: ["--config=ruff.toml"]
3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.5
34+
rev: v2.4.1
3535
hooks:
3636
- id: codespell
3737
entry: codespell
@@ -43,7 +43,7 @@ repos:
4343
"-x=.github/workflows/general-linting.yml"
4444
]
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.6.1"
46+
rev: "v1.15.0"
4747
hooks:
4848
- id: mypy
4949
name: mypy
@@ -56,7 +56,7 @@ repos:
5656
require_serial: true
5757
exclude: 'test_.*\.py'
5858
- repo: https://github.com/kynan/nbstripout
59-
rev: 0.6.1
59+
rev: 0.8.1
6060
hooks:
6161
- id: nbstripout
6262
name: Strip notebooks output
@@ -68,7 +68,7 @@ repos:
6868
language: system
6969
types: [python]
7070
- repo: https://github.com/Yelp/detect-secrets
71-
rev: v1.4.0
71+
rev: v1.5.0
7272
hooks:
7373
- id: detect-secrets
7474
args:

0 commit comments

Comments
 (0)