Skip to content

Commit

Permalink
Fix ci bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Sep 8, 2021
1 parent 5a008d2 commit 62bb938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/run-linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ isort --recursive --check-only --line-width=88 --skip __init__.py --multi-line=3
# echo '[black]'
# black --check -S proplot

echo '[doc8]'
doc8 ./*.rst docs/*.rst --ignore D001 # ignore line-too-long due to RST tables
# echo '[doc8]'
# doc8 ./*.rst docs/*.rst --ignore D001 # ignore line-too-long due to RST tables
4 changes: 2 additions & 2 deletions docs/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# format_version: '1.3'
# jupytext_version: 1.11.4
# kernelspec:
# display_name: Python [conda env:proplot-dev]
# display_name: Python 3
# language: python
# name: conda-env-proplot-dev-py
# name: python3
# ---

# %% [raw] raw_mimetype="text/restructuredtext"
Expand Down

0 comments on commit 62bb938

Please sign in to comment.