Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 10, 2024
1 parent 0b8a407 commit cff59a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
pipx run doc8 --max-line-length=200
docs:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
rev: "v2.3.0"
hooks:
- id: codespell
args: ["-L", "sur,nd"]
args: ["-L", "sur,nd,assertin"]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: "v1.10.0"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ ignore = [
"RET503", # Missing explicit `return` at the end of function able...
"S101", # Use of `assert` detected"
"E731", # Do not assign a `lambda` expression"
"UP031", # Use format specifiers instead of percent format
]
unfixable = [
# Don't touch print statements
Expand Down

0 comments on commit cff59a9

Please sign in to comment.