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 99 - id : check-yaml
1010 - id : double-quote-string-fixer
1111
12- - repo : https://github.com/ambv /black
13- rev : 21.6b0
12+ - repo : https://github.com/psf /black
13+ rev : 21.12b0
1414 hooks :
1515 - id : black
1616 args : ["--line-length", "100", "--skip-string-normalization"]
1717
18- - repo : https://gitlab .com/pycqa /flake8
19- rev : 3.9.2
18+ - repo : https://github .com/PyCQA /flake8
19+ rev : 4.0.1
2020 hooks :
2121 - id : flake8
2222 - repo : https://github.com/asottile/seed-isort-config
2323 rev : v2.2.0
2424 hooks :
2525 - 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
2828 hooks :
2929 - id : isort
3030
3131 - repo : https://github.com/pre-commit/mirrors-prettier
32- rev : v2.2.0
32+ rev : v2.5.1
3333 hooks :
3434 - id : prettier
3535 language_version : system
Original file line number Diff line number Diff line change 11from pkg_resources import DistributionNotFound , get_distribution
22
3+ from .base import SchemaError # noqa: F401
34from .components import ( # noqa: F401
45 ArrayTypeSchema ,
56 ChunksSchema ,
You can’t perform that action at this time.
0 commit comments