Skip to content

Commit c6d3cb0

Browse files
Updated files with 'repo_helper'.
1 parent 088317d commit c6d3cb0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.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
@@ -5,6 +5,7 @@ furo==2021.06.18b36
55
html-section>=0.3.0
66
roman>=4.0
77
seed-intersphinx-mapping>=1.2.2
8+
setuptools<81
89
sphinx>=3.0.3
910
sphinx-copybutton>=0.2.12
1011
sphinx-debuginfo>=0.2.2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ requires =
3939
pip>=21,!=22.2
4040
tox-envlist>=0.2.1
4141
tox~=3.0
42-
virtualenv!=20.16.0
42+
virtualenv!=20.16.0,<20.39
4343

4444
[envlists]
4545
test = py37, py38, py39, py310, py311, py312, py313, pypy37, pypy38, pypy39

0 commit comments

Comments
 (0)