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 40c7100 commit 441659bCopy full SHA for 441659b
.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: 22.12.0
+ rev: 23.3.0
22
hooks:
23
- id: black
24
name: "Black: The uncompromising Python code formatter"
@@ -31,7 +31,7 @@ repos:
31
args: [ "--profile black" ]
32
33
- repo: https://github.com/codespell-project/codespell
34
- rev: v2.2.2
+ rev: v2.2.5
35
36
- id: codespell
37
args:
@@ -41,13 +41,13 @@ repos:
41
- "*.bib,*.ipynb"
42
43
- repo: https://github.com/asottile/pyupgrade
44
- rev: v3.3.1
+ rev: v3.8.0
45
46
- id: pyupgrade
47
args: [ --py36-plus ]
48
49
- repo: https://github.com/PyCQA/bandit
50
- rev: 1.7.4
+ rev: 1.7.5
51
52
- id: bandit
53
language_version: python3
0 commit comments