Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7)
  • Loading branch information
pre-commit-ci[bot] authored and protoroto committed Dec 12, 2023
1 parent c9f7b6c commit 273d879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
files: ./coverage.xml
flag-name: run-${{ format('py{0}-django{1}', matrix.python-version, matrix.django) }}
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: false
services:
redis:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repos:
args:
- --remove
- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.0"
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.6'
rev: 'v0.1.7'
hooks:
- id: ruff
- repo: https://github.com/asottile/pyupgrade
Expand Down

0 comments on commit 273d879

Please sign in to comment.