Skip to content

Commit

Permalink
pdoc3 cleanup (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 23, 2024
1 parent af28fec commit 5fd7a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# TODO #411 https://github.com/pylint-dev/pylint/issues/9099
pip install "pylint<3.0.0" nbqa pdoc3 # (pdoc3 for checking the .github/workflows/pdoc_index_workaround.py)
pip install "pylint<3.0.0" nbqa
pip install -e .[tests] -e ./examples[tests]
- run: |
pylint --max-module-lines=500 --disable=fixme $(git ls-files '*.py' | grep -v ^examples)
Expand Down

0 comments on commit 5fd7a6e

Please sign in to comment.