File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 9
9
- id : check-yaml
10
10
- id : double-quote-string-fixer
11
11
12
- - repo : https://github.com/ambv /black
13
- rev : 21.6b0
12
+ - repo : https://github.com/psf /black
13
+ rev : 21.12b0
14
14
hooks :
15
15
- id : black
16
16
args : ["--line-length", "100", "--skip-string-normalization"]
17
17
18
- - repo : https://gitlab .com/pycqa /flake8
19
- rev : 3.9.2
18
+ - repo : https://github .com/PyCQA /flake8
19
+ rev : 4.0.1
20
20
hooks :
21
21
- id : flake8
22
22
- repo : https://github.com/asottile/seed-isort-config
23
23
rev : v2.2.0
24
24
hooks :
25
25
- id : seed-isort-config
26
- - repo : https://github.com/pre-commit/mirrors- isort
27
- rev : v5.8.0
26
+ - repo : https://github.com/PyCQA/ isort
27
+ rev : 5.10.1
28
28
hooks :
29
29
- id : isort
30
30
31
31
- repo : https://github.com/pre-commit/mirrors-prettier
32
- rev : v2.2.0
32
+ rev : v2.5.1
33
33
hooks :
34
34
- id : prettier
35
35
language_version : system
Original file line number Diff line number Diff line change 1
1
from pkg_resources import DistributionNotFound , get_distribution
2
2
3
+ from .base import SchemaError # noqa: F401
3
4
from .components import ( # noqa: F401
4
5
ArrayTypeSchema ,
5
6
ChunksSchema ,
You can’t perform that action at this time.
0 commit comments