We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e0f21 commit ed63d27Copy full SHA for ed63d27
.pre-commit-config.yaml
@@ -5,13 +5,13 @@ default_language_version:
5
python: python3.10
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.5.0
+ rev: v0.6.9
9
hooks:
10
- id: ruff
11
# ruff-format is not used, as it makes changes to the ipynb structure, not only the Python code.
12
# https://github.com/astral-sh/ruff/issues/8370
13
- repo: https://github.com/astral-sh/uv-pre-commit
14
- rev: 0.4.4
+ rev: 0.4.18
15
16
- id: pip-compile
17
name: pip-compile requirements.in
@@ -21,7 +21,7 @@ repos:
21
args: [requirements_dev.in, -o, requirements_dev.txt]
22
files: ^requirements(_dev)?\.(in|txt)$
23
- repo: https://github.com/nbQA-dev/nbQA
24
- rev: 1.8.5
+ rev: 1.8.7
25
26
- id: nbqa-black
27
- id: nbqa
0 commit comments