Skip to content

Commit fc353a4

Browse files
Update .pre-commit-config.yaml
1 parent bd64567 commit fc353a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ repos:
6969
additional_dependencies:
7070
- frozenlist # runtime dependency
7171
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
72+
- pytest
7273
args:
7374
- --python-version=3.13
7475
- --any-exprs-report=.tox/.tmp/.test-results/mypy--py-3.13
@@ -85,6 +86,7 @@ repos:
8586
additional_dependencies:
8687
- frozenlist # runtime dependency
8788
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
89+
- pytest
8890
args:
8991
- --python-version=3.11
9092
- --any-exprs-report=.tox/.tmp/.test-results/mypy--py-3.11
@@ -101,6 +103,7 @@ repos:
101103
additional_dependencies:
102104
- frozenlist # runtime dependency
103105
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
106+
- pytest
104107
args:
105108
- --python-version=3.9
106109
- --any-exprs-report=.tox/.tmp/.test-results/mypy--py-3.9

0 commit comments

Comments
 (0)