diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a0a6dc..dfbc7bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - # TODO: Change '3.10.6' to '3.x' after updating mypy version - # See issue: https://github.com/python/mypy/issues/13627 - # "(might be included in mypy 0.980, if not it will be in mypy 0.990)" - python-version: 3.10.6 + python-version: 3.x - uses: pre-commit/action@v3.0.0 build: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cbd0ae..a84ca6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.7.1" + rev: "v3.0.0-alpha.0" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -55,7 +55,7 @@ repos: args: ["-a", "from __future__ import annotations"] - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v2.38.2 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -84,7 +84,7 @@ repos: additional_dependencies: *flake8_dependencies - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v0.981 hooks: - id: mypy files: riemapp