Skip to content

Commit ed63d27

Browse files
authoredOct 7, 2024··
[pre-commit.ci] pre-commit autoupdate (#69)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9) - [github.com/astral-sh/uv-pre-commit: 0.4.4 → 0.4.18](astral-sh/uv-pre-commit@0.4.4...0.4.18) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a5e0f21 commit ed63d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ default_language_version:
55
python: python3.10
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.5.0
8+
rev: v0.6.9
99
hooks:
1010
- id: ruff
1111
# ruff-format is not used, as it makes changes to the ipynb structure, not only the Python code.
1212
# https://github.com/astral-sh/ruff/issues/8370
1313
- repo: https://github.com/astral-sh/uv-pre-commit
14-
rev: 0.4.4
14+
rev: 0.4.18
1515
hooks:
1616
- id: pip-compile
1717
name: pip-compile requirements.in
@@ -21,7 +21,7 @@ repos:
2121
args: [requirements_dev.in, -o, requirements_dev.txt]
2222
files: ^requirements(_dev)?\.(in|txt)$
2323
- repo: https://github.com/nbQA-dev/nbQA
24-
rev: 1.8.5
24+
rev: 1.8.7
2525
hooks:
2626
- id: nbqa-black
2727
- id: nbqa

0 commit comments

Comments
 (0)
Please sign in to comment.