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 26825e3 commit 18923b8Copy full SHA for 18923b8
.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.2
+ 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
@@ -7,6 +7,7 @@ furo==2021.06.18b36
7
html-section>=0.3.0
8
roman>=4.0
9
seed-intersphinx-mapping>=1.2.2
10
+setuptools<81
11
sphinx>=3.0.3
12
sphinx-copybutton>=0.5.2
13
sphinx-debuginfo>=0.2.2
0 commit comments