Skip to content

Commit

Permalink
Merge pull request #20 from kthyng/main
Browse files Browse the repository at this point in the history
tons of new stuff from cf-xarray!
  • Loading branch information
kthyng authored Dec 15, 2022
2 parents 0845a12 + 36ca7d0 commit 250d595
Show file tree
Hide file tree
Showing 14 changed files with 680 additions and 49 deletions.
22 changes: 12 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@ repos:
exclude: docs/source/conf.py
args: [--max-line-length=105, --ignore=E203,E501,W503, --select=select=C,E,F,W,B,B950]

- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
- repo: https://github.com/pycqa/isort
rev: 5.8.0
hooks:
- id: isort
additional_dependencies: [toml]
args: [--project=gcm_filters, --multi-line=3, --lines-after-imports=2, --lines-between-types=1, --trailing-comma, --force-grid-wrap=0, --use-parentheses, --line-width=88]

# - repo: https://github.com/asottile/seed-isort-config
# rev: v2.1.1
# hooks:
# - id: seed-isort-config
- id: isort
name: isort (python)
args: ["--profile", "black", "--filter-files"]
- id: isort
name: isort (cython)
types: [cython]
- id: isort
name: isort (pyi)
types: [pyi]

- repo: https://github.com/psf/black
rev: 22.3.0
Expand All @@ -58,5 +59,6 @@ repos:
rev: v1.16.0
hooks:
- id: codespell
exclude: cf_pandas/criteria.py
args:
- --quiet-level=2
1 change: 0 additions & 1 deletion cf_pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from .vocab import Vocab, merge
from .widget import Selector, dropdown


try:
__version__ = get_distribution("cf-pandas").version
except DistributionNotFound:
Expand Down
Loading

0 comments on commit 250d595

Please sign in to comment.