diff --git a/.copier-answers.yml b/.copier-answers.yml index d064f20..5e68c13 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -2,7 +2,7 @@ # Answer file maintained by Copier for: https://github.com/KyleKing/mdformat-plugin-template # DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions # Check into version control. -_commit: 0.1.2 +_commit: 0.1.3 _src_path: gh:KyleKing/mdformat-plugin-template author_email: dev.act.kyle@gmail.com author_name: Kyle King diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c513a24..3c03568 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.12 - - uses: pre-commit/action@v3 + - uses: pre-commit/action@v3.0.1 tests: runs-on: ${{ matrix.os }} strategy: diff --git a/pyproject.toml b/pyproject.toml index a3c4303..b6f6d7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ recommended = [ ] test = [ "pytest >= 7.4.4", - "pytest-beartype >= 0.0.1", + "pytest-beartype >= 0.0.2", "pytest-cov >= 4.1.0", "syrupy >= 4.6.0", ] diff --git a/tox.ini b/tox.ini index 1fbfd6b..df6207a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] envlist = - py{38} py{38}-beartype py{312}-cov py{312}-pre-commit @@ -10,13 +9,9 @@ envlist = isolated_build = True skip_missing_interpreters = False -[testenv:py{38}] -extras = test -commands = pytest {posargs} --ff --nf -vv - [testenv:py{38}-beartype] extras = test -commands = pytest {posargs} --ff --nf -vv --beartype-packages='mdformat_mkdocs' +commands = pytest {posargs} --ff --nf -vv --exitfirst --beartype-packages='mdformat_mkdocs' [testenv:py{38}-snapshot-update] extras = test