Skip to content

Commit 8163b0a

Browse files
MAINT: fix linting issues
1 parent ea32a51 commit 8163b0a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

-13
Original file line numberDiff line numberDiff line change
@@ -105,20 +105,7 @@ jobs:
105105
run: |
106106
conda info --all
107107
conda list
108-
- name: Install linter / formatter
109-
shell: bash -l {0}
110-
run: |
111-
mamba install pylint black
112108
- name: Install package
113109
shell: bash -l {0}
114110
run: |
115111
python -m pip install --no-deps .
116-
- name: Run pylint
117-
shell: bash -l {0}
118-
run: |
119-
pylint cinnabar/ --fail-under 6
120-
- name: Run black check
121-
shell: bash -l {0}
122-
if: always()
123-
run: |
124-
black --check -l 99 cinnabar/ --exclude cinnabar/_version.py

0 commit comments

Comments
 (0)