Skip to content

Commit

Permalink
drop support for black-nb and flake8-nb
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow committed Apr 26, 2024
1 parent 095c94a commit 52b57b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,6 @@ jobs:
run: |
flake8 --config setup.cfg dynophores
- name: Run black-nb check
shell: bash -l {0}
run: |
black-nb --check -l 99 docs/tutorials/*.ipynb
black-nb --check -l 99 dynophores/notebooks/*.ipynb
- name: Run flake8-nb
shell: bash -l {0}
run: |
flake8-nb --config setup.cfg docs/tutorials/*.ipynb
flake8-nb --config setup.cfg dynophores/notebooks/*.ipynb
docs:
name: Docs test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 0 additions & 3 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ dependencies:
# Developement
- black
- flake8
- pip:
- black-nb
- flake8-nb

0 comments on commit 52b57b8

Please sign in to comment.