diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56fcc98..1085452 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: script: tests - python_version: "3.12" script: tests - + name: "py${{ matrix.python_version }} / ${{ matrix.script }}" runs-on: ubuntu-latest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00744e5..4a36f32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "7.1.0" + rev: "7.1.1" hooks: - id: flake8 @@ -36,16 +36,16 @@ repos: additional_dependencies: ["types-requests", "types-docutils"] - repo: https://github.com/asottile/pyupgrade - rev: "v3.16.0" + rev: "v3.19.1" hooks: - id: pyupgrade - repo: https://github.com/PyCQA/doc8 - rev: "v1.1.1" + rev: "v1.1.2" hooks: - id: doc8 - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 1.1.0 + rev: 1.2.0 hooks: - id: sync_with_poetry