From 273d8799c1cc2be97c37af2183c46b5cd1ede85e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:40:32 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.0](https://github.com/PyCQA/isort/compare/5.12.0...5.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.1.7) --- .github/workflows/test.yml | 4 +++- .pre-commit-config.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2564b30..1a9ccfa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c34999..c6cc940 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ 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 @@ -26,7 +26,7 @@ repos: 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