Skip to content

Commit d3b45ae

Browse files
authored
Fix ci (#2)
* rename env file * remove old metpy file * flake8 * update black command
1 parent 13691c5 commit d3b45ae

File tree

5 files changed

+3
-1126
lines changed

5 files changed

+3
-1126
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install black
2626
- name: Black Code Formatter
2727
run: |
28-
black --check --line-length 100 --skip-string-normalization .
28+
black --check .
2929
3030
lint-flake8:
3131
name: flake8

cf_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .accessor import CFAccessor
1+
from .accessor import CFAccessor # noqa

0 commit comments

Comments
 (0)