diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c937decb..dad48d21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: with: fetch-depth: 0 - - uses: excitedleigh/setup-nox@v2.0.0 + - uses: excitedleigh/setup-nox@main - name: Make ZipApp run: nox -s zipapp diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 463a3a8e..c998b94e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.2.0 hooks: - id: check-added-large-files args: ['--maxkb=1000'] @@ -27,12 +27,12 @@ repos: - id: black-jupyter - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.0 + rev: v1.20.1 hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: v2.31.1 + rev: v2.32.0 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -50,7 +50,7 @@ repos: additional_dependencies: [flake8-bugbear] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.942 + rev: v0.950 hooks: - id: mypy files: src