Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Feb 26, 2023
1 parent f8f2303 commit 9690304
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ channels:
- nodefaults

dependencies:
- python >=3.10,<3.11
- python >=3.11,<3.12
### environment-base.yml ###
- doit-with-toml
- ipywidgets >=8.0.4
- jupyterlab >=3.6.1,<4
- jupyterlab_widgets >=3.0.5
- jupyterlab-fonts >=2.1.1
- pip
- python >=3.7,<3.11
- python >=3.8,<3.12
### environment-base.yml ###
### environment-build.yml ###
# runtimes
Expand Down
2 changes: 1 addition & 1 deletion .github/reqs/environment-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies:
- jupyterlab_widgets >=3.0.5
- jupyterlab-fonts >=2.1.1
- pip
- python >=3.7,<3.11
- python >=3.8,<3.12
### environment-base.yml ###
4 changes: 2 additions & 2 deletions .github/reqs/environment-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ channels:
- nodefaults

dependencies:
- python >=3.10,<3.11
- python >=3.11,<3.12
### environment-base.yml ###
- doit-with-toml
- ipywidgets >=8.0.4
- jupyterlab >=3.6.1,<4
- jupyterlab_widgets >=3.0.5
- jupyterlab-fonts >=2.1.1
- pip
- python >=3.7,<3.11
- python >=3.8,<3.12
### environment-base.yml ###
### environment-build.yml ###
# runtimes
Expand Down
4 changes: 2 additions & 2 deletions .github/reqs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ channels:
- nodefaults

dependencies:
- python >=3.10,<3.11
- python >=3.11,<3.12
### environment-base.yml ###
- doit-with-toml
- ipywidgets >=8.0.4
- jupyterlab >=3.6.1,<4
- jupyterlab_widgets >=3.0.5
- jupyterlab-fonts >=2.1.1
- pip
- python >=3.7,<3.11
- python >=3.8,<3.12
### environment-base.yml ###
### environment-build.yml ###
# runtimes
Expand Down
4 changes: 2 additions & 2 deletions .github/reqs/environment-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ channels:
- nodefaults

dependencies:
- python >=3.10,<3.11
- python >=3.11,<3.12
### environment-base.yml ###
- doit-with-toml
- ipywidgets >=8.0.4
- jupyterlab >=3.6.1,<4
- jupyterlab_widgets >=3.0.5
- jupyterlab-fonts >=2.1.1
- pip
- python >=3.7,<3.11
- python >=3.8,<3.12
### environment-base.yml ###
### environment-build.yml ###
# runtimes
Expand Down
2 changes: 1 addition & 1 deletion .github/reqs/environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- jupyterlab_widgets >=3.0.5
- jupyterlab-fonts >=2.1.1
- pip
- python >=3.7,<3.11
- python >=3.8,<3.12
### environment-base.yml ###
### environment-build.yml ###
# runtimes
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu]
python-version: ['3.10']
python-version: ['3.11']
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
strategy:
matrix:
os: [ubuntu]
python-version: ['3.10']
python-version: ['3.11']
env:
WITH_JS_COV: 1
defaults:
Expand Down Expand Up @@ -184,11 +184,11 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu', 'macos', 'windows']
python-version: ['3.8', '3.10']
python-version: ['3.8', '3.11']
include:
- python-version: '3.8'
CI_ARTIFACT: 'sdist'
- python-version: '3.10'
- python-version: '3.11'
CI_ARTIFACT: 'wheel'
env:
TESTING_IN_CI: '1'
Expand Down
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

The contents of this folder are copied into the JupyterLite site.

> If you got here from the main presentation, you can [go back](./README.ipynb#Multiple-Documents).
> If you got here from the main presentation, you can
> [go back](./README.ipynb#Multiple-Documents).
> This file is **also** a [basic deck](#Simple-Markdown-Decks) that can be viewed with
> the _Start Deck_ command.
Expand Down

0 comments on commit 9690304

Please sign in to comment.