Skip to content

Commit

Permalink
Minor cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed May 28, 2024
1 parent 5fd8afd commit 476ae8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
allow-prereleases: true
- run: python -m pip install coverage tox
- run: python -m tox
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
name: ${{ matrix.python }}
token: ${{ secrets.CODECOV_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
*.swp
.cache/
.coverage
.pytest_cache/
.tox/
MANIFEST
build/
dist/
docs/_build/
.pytest_cache/

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ commands =
deps =
flake8
flake8-black; implementation_name == "cpython"
black==22.12.0; implementation_name == "cpython"
black==22.12.0; implementation_name == "cpython" and python_version < "3.8"
flake8-bugbear
flake8-import-order
commands =
Expand Down

0 comments on commit 476ae8b

Please sign in to comment.