Skip to content

Commit

Permalink
MAINT: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Dec 3, 2022
1 parent ea32a51 commit 8163b0a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,7 @@ jobs:
run: |
conda info --all
conda list
- name: Install linter / formatter
shell: bash -l {0}
run: |
mamba install pylint black
- name: Install package
shell: bash -l {0}
run: |
python -m pip install --no-deps .
- name: Run pylint
shell: bash -l {0}
run: |
pylint cinnabar/ --fail-under 6
- name: Run black check
shell: bash -l {0}
if: always()
run: |
black --check -l 99 cinnabar/ --exclude cinnabar/_version.py

0 comments on commit 8163b0a

Please sign in to comment.