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 5d297f1 commit fa7d9caCopy full SHA for fa7d9ca
.pre-commit-config.yaml
@@ -2,15 +2,15 @@ exclude: .*\.rpt$
2
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 24.8.0
+ rev: 24.10.0
6
hooks:
7
- id: black-jupyter
8
language_version: python3
9
args: ['--line-length=125',
10
'--skip-string-normalization']
11
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.6.0
+ rev: v5.0.0
14
15
- id: check-added-large-files
16
- id: check-case-conflict
0 commit comments