Skip to content

Commit d6cf46e

Browse files
committed
build: copier-auto-update
1 parent c34b0a6 commit d6cf46e

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Answer file maintained by Copier for: https://github.com/KyleKing/mdformat-plugin-template
33
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
44
# Check into version control.
5-
_commit: 0.1.2
5+
_commit: 0.1.3
66
_src_path: gh:KyleKing/mdformat-plugin-template
77
author_email: [email protected]
88
author_name: Kyle King

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.12
17-
- uses: pre-commit/action@v3
17+
- uses: pre-commit/action@v3.0.1
1818
tests:
1919
runs-on: ${{ matrix.os }}
2020
strategy:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ recommended = [
4545
]
4646
test = [
4747
"pytest >= 7.4.4",
48-
"pytest-beartype >= 0.0.1",
48+
"pytest-beartype >= 0.0.2",
4949
"pytest-cov >= 4.1.0",
5050
"syrupy >= 4.6.0",
5151
]

tox.ini

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tox]
22
envlist =
3-
py{38}
43
py{38}-beartype
54
py{312}-cov
65
py{312}-pre-commit
@@ -10,13 +9,9 @@ envlist =
109
isolated_build = True
1110
skip_missing_interpreters = False
1211

13-
[testenv:py{38}]
14-
extras = test
15-
commands = pytest {posargs} --ff --nf -vv
16-
1712
[testenv:py{38}-beartype]
1813
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'
2015

2116
[testenv:py{38}-snapshot-update]
2217
extras = test

0 commit comments

Comments
 (0)