Skip to content

Commit

Permalink
build: copier-auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Mar 30, 2024
1 parent c34b0a6 commit d6cf46e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
author_name: Kyle King
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist =
py{38}
py{38}-beartype
py{312}-cov
py{312}-pre-commit
Expand All @@ -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
Expand Down

0 comments on commit d6cf46e

Please sign in to comment.