File tree 4 files changed +4
-9
lines changed
4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2
2
# Answer file maintained by Copier for: https://github.com/KyleKing/mdformat-plugin-template
3
3
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
4
4
# Check into version control.
5
- _commit : 0.1.2
5
+ _commit : 0.1.3
6
6
_src_path : gh:KyleKing/mdformat-plugin-template
7
7
8
8
author_name : Kyle King
Original file line number Diff line number Diff line change 14
14
uses : actions/setup-python@v5
15
15
with :
16
16
python-version : 3.12
17
- - uses : pre-commit/action@v3
17
+ - uses : pre-commit/action@v3.0.1
18
18
tests :
19
19
runs-on : ${{ matrix.os }}
20
20
strategy :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ recommended = [
45
45
]
46
46
test = [
47
47
" pytest >= 7.4.4" ,
48
- " pytest-beartype >= 0.0.1 " ,
48
+ " pytest-beartype >= 0.0.2 " ,
49
49
" pytest-cov >= 4.1.0" ,
50
50
" syrupy >= 4.6.0" ,
51
51
]
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{38}
4
3
py{38}-beartype
5
4
py{312}-cov
6
5
py{312}-pre-commit
@@ -10,13 +9,9 @@ envlist =
10
9
isolated_build = True
11
10
skip_missing_interpreters = False
12
11
13
- [testenv:py{38}]
14
- extras = test
15
- commands = pytest {posargs} --ff --nf -vv
16
-
17
12
[testenv:py{38}-beartype]
18
13
extras = test
19
- commands = pytest {posargs} --ff --nf -vv --beartype-packages =' mdformat_mkdocs'
14
+ commands = pytest {posargs} --ff --nf -vv --exitfirst -- beartype-packages =' mdformat_mkdocs'
20
15
21
16
[testenv:py{38}-snapshot-update]
22
17
extras = test
You can’t perform that action at this time.
0 commit comments