diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 018437f..f169c75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/domdfcoding/pre-commit-hooks - rev: v0.5.0 + rev: v0.6.0 hooks: - id: requirements-txt-sorter args: @@ -80,12 +80,15 @@ repos: - id: snippet-fmt - repo: https://github.com/python-formate/formate - rev: v1.1.1 + rev: v1.2.0 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ additional_dependencies: - formate-trailing-commas>=0.1.1 + types_or: + - python + - pyi - repo: https://github.com/python-coincidence/dep_checker rev: v0.9.0 diff --git a/doc-source/requirements.txt b/doc-source/requirements.txt index 36b958f..51d490a 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -8,6 +8,7 @@ pyyaml>=5.3.1 repo-helper-sphinx-theme>=0.0.2 roman>=4.0 seed-intersphinx-mapping>=1.2.2 +setuptools<81 sphinx>=3.3.0 sphinx-copybutton>=0.2.12 sphinx-debuginfo>=0.2.2