Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
This automated commit applies the latest updates from our cookiecutters [1] to
this repo.

[1]: https://github.com/hypothesis/cookiecutters
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent 477d7d6 commit cce2307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
- name: Upload coverage file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: .coverage.*
Expand All @@ -77,7 +77,7 @@ jobs:
with:
python-version: '3.12'
- name: Download coverage files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
- run: python -m pip install 'tox<4'
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,3 @@ module= [
"tests.*",
]
ignore_errors = true


[tool.hdev]
project_name = "dependabot-alerts"
project_type = "library"

0 comments on commit cce2307

Please sign in to comment.