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 3f817a6 commit ba343cbCopy full SHA for ba343cb
.pre-commit-config.yaml
@@ -3,24 +3,24 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v4.6.0
7
hooks:
8
- id: check-added-large-files
9
args: ["--maxkb=1000"]
10
11
- repo: https://github.com/psf/black
12
- rev: 24.2.0
+ rev: 24.4.2
13
14
- id: black
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit # https://beta.ruff.rs/docs/usage/#github-action
17
- rev: v0.3.0
+ rev: v0.5.0
18
19
- id: ruff
20
args: [ --fix, --exit-non-zero-on-fix ]
21
22
- repo: https://github.com/nbQA-dev/nbQA
23
- rev: 1.8.3
+ rev: 1.8.5
24
25
- id: nbqa-black
26
- id: nbqa-ruff
0 commit comments