Skip to content

Commit 2aa1e3c

Browse files
[repo-helper] Configuration Update (#1)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 1c68821 commit 2aa1e3c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pre-commit-config.yaml

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

3535
- repo: https://github.com/domdfcoding/pre-commit-hooks
36-
rev: v0.5.0
36+
rev: v0.6.0
3737
hooks:
3838
- id: requirements-txt-sorter
3939
args:
@@ -81,12 +81,15 @@ repos:
8181
- id: snippet-fmt
8282

8383
- repo: https://github.com/python-formate/formate
84-
rev: v1.1.2
84+
rev: v1.2.0
8585
hooks:
8686
- id: formate
8787
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8888
additional_dependencies:
8989
- formate-trailing-commas>=0.1.1
90+
types_or:
91+
- python
92+
- pyi
9093

9194
- repo: https://github.com/doublify/pre-commit-rust
9295
rev: v1.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires =
2828
pip>=21,!=22.2
2929
tox-envlist>=0.2.1
3030
tox~=3.0
31-
virtualenv!=20.16.0
31+
virtualenv!=20.16.0,<20.39
3232

3333
[envlists]
3434
test = py38, py39, py310, py311, py312, py313

0 commit comments

Comments
 (0)