Skip to content

Commit 5a33993

Browse files
Updated files with 'repo_helper'. (#90)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 3ad3ced commit 5a33993

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: end-of-file-fixer
3333

3434
- repo: https://github.com/domdfcoding/pre-commit-hooks
35-
rev: v0.5.0
35+
rev: v0.6.0
3636
hooks:
3737
- id: requirements-txt-sorter
3838
args:
@@ -80,12 +80,15 @@ repos:
8080
- id: snippet-fmt
8181

8282
- repo: https://github.com/python-formate/formate
83-
rev: v1.1.2
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
@@ -6,6 +6,7 @@ furo==2021.06.18b36
66
html-section>=0.3.0
77
roman>=4.0
88
seed-intersphinx-mapping>=1.2.2
9+
setuptools<81
910
sphinx>=3.0.3
1011
sphinx-copybutton>=0.5.2
1112
sphinx-debuginfo>=0.2.2

0 commit comments

Comments
 (0)