There was an error while loading. Please reload this page.
2 parents d73e85f + 58216be commit acaec6eCopy full SHA for acaec6e
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.0.1
+ rev: v4.1.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
@@ -9,12 +9,12 @@ repos:
9
args: [--markdown-linebreak-ext=md]
10
11
- repo: https://github.com/PyCQA/isort
12
- rev: 5.10.0
+ rev: 5.10.1
13
14
- id: isort
15
16
- repo: https://github.com/psf/black
17
- rev: 21.10b0
+ rev: 21.12b0
18
19
- id: black
20
language_version: python3
@@ -26,7 +26,7 @@ repos:
26
exclude: 'venv'
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v0.910-1
+ rev: v0.930
30
31
- id: mypy
32
args: [--ignore-missing-imports]
0 commit comments