We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97adc4 commit 494238dCopy full SHA for 494238d
.pre-commit-config.yaml
@@ -80,12 +80,15 @@ repos:
80
- id: snippet-fmt
81
82
- repo: https://github.com/python-formate/formate
83
- rev: v1.1.1
+ rev: v1.2.0
84
hooks:
85
- id: formate
86
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
87
additional_dependencies:
88
- formate-trailing-commas>=0.1.1
89
+ types_or:
90
+ - python
91
+ - pyi
92
93
- repo: https://github.com/python-coincidence/dep_checker
94
rev: v0.9.0
doc-source/requirements.txt
@@ -8,6 +8,7 @@ pyyaml>=5.3.1
8
repo-helper-sphinx-theme>=0.0.2
9
roman>=4.0
10
seed-intersphinx-mapping>=1.2.2
11
+setuptools<81
12
sphinx>=3.3.0
13
sphinx-copybutton>=0.2.12
14
sphinx-debuginfo>=0.2.2
0 commit comments