Skip to content

Commit

Permalink
Update dependencies and run linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Jan 30, 2024
1 parent 4acb476 commit 951b20e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ ignore-patterns=
^(.+).yml,
^(.+).yaml,
^(.+).toml,
^(.+).html,
^(.+).htm,
^(.+).svg,
^\.,

ignore-paths=
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ <h1>Index</h1>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
</footer>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion docs/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ <h1>Index</h1>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
</footer>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion docs/template/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ <h1>Index</h1>
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
</footer>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
-r requirements.txt

pdoc3==0.10.0
pre-commit==3.3.2
pre-commit==3.6.0
pip-upgrader==1.4.15
pylint==2.17.4
pytest==7.3.1
tox==4.5.2
pylint==3.0.3
pytest==8.0.0
tox==4.12.1

0 comments on commit 951b20e

Please sign in to comment.