Skip to content

Commit 73a86a0

Browse files
author
Joseph Hamman
committed
Merge branch 'main' of github.com:carbonplan/xarray-schema
2 parents 9e0516b + df4b06c commit 73a86a0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ repos:
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

xarray_schema/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from pkg_resources import DistributionNotFound, get_distribution
22

3+
from .base import SchemaError # noqa: F401
34
from .components import ( # noqa: F401
45
ArrayTypeSchema,
56
ChunksSchema,

0 commit comments

Comments
 (0)