Skip to content

Commit

Permalink
Minor automation improvements (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 authored Apr 1, 2024
2 parents c83d9fb + 8833ab2 commit 9ba69b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
coverage xml
python -m sphinx -b doctest docs/source/ docs/build/doctest/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format
args: [--check]

0 comments on commit 9ba69b4

Please sign in to comment.