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 630f618 commit b1d62caCopy full SHA for b1d62ca
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: check-added-large-files
19
20
- repo: https://github.com/psf/black
21
- rev: 24.8.0
+ rev: 24.10.0
22
hooks:
23
- id: black
24
name: "Black: The uncompromising Python code formatter"
@@ -41,13 +41,13 @@ repos:
41
- "*.bib,*.ipynb"
42
43
- repo: https://github.com/asottile/pyupgrade
44
- rev: v3.17.0
+ rev: v3.19.1
45
46
- id: pyupgrade
47
args: [ --py36-plus ]
48
49
- repo: https://github.com/PyCQA/bandit
50
- rev: 1.7.10
+ rev: 1.8.0
51
52
- id: bandit
53
language_version: python3
@@ -67,7 +67,7 @@ repos:
67
68
69
- repo: https://github.com/kynan/nbstripout
70
- rev: 0.7.1
+ rev: 0.8.1
71
72
- id: nbstripout
73
args:
0 commit comments