There was an error while loading. Please reload this page.
2 parents 9178a3c + 0fe2588 commit f0f34f1Copy full SHA for f0f34f1
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: pyupgrade
13
args: [--py310-plus]
14
- repo: https://github.com/pycqa/isort
15
- rev: 9.0.0a3
+ rev: 9.0.0b1
16
hooks:
17
- id: isort
18
- repo: https://github.com/psf/black-pre-commit-mirror
@@ -44,7 +44,7 @@ repos:
44
# """
45
##
46
- repo: https://github.com/codespell-project/codespell
47
- rev: v2.4.2
+ rev: v2.4.3
48
49
- id: codespell
50
additional_dependencies:
0 commit comments