Skip to content

Commit 494238d

Browse files
Updated files with 'repo_helper'.
1 parent e97adc4 commit 494238d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,15 @@ repos:
8080
- id: snippet-fmt
8181

8282
- repo: https://github.com/python-formate/formate
83-
rev: v1.1.1
83+
rev: v1.2.0
8484
hooks:
8585
- id: formate
8686
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8787
additional_dependencies:
8888
- formate-trailing-commas>=0.1.1
89+
types_or:
90+
- python
91+
- pyi
8992

9093
- repo: https://github.com/python-coincidence/dep_checker
9194
rev: v0.9.0

doc-source/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pyyaml>=5.3.1
88
repo-helper-sphinx-theme>=0.0.2
99
roman>=4.0
1010
seed-intersphinx-mapping>=1.2.2
11+
setuptools<81
1112
sphinx>=3.3.0
1213
sphinx-copybutton>=0.2.12
1314
sphinx-debuginfo>=0.2.2

0 commit comments

Comments
 (0)