diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e91b3f..26f8b2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: [--target-version=py36] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.4.0 hooks: - id: pyupgrade args: @@ -64,13 +64,13 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.3.0 hooks: - id: mypy exclude: tests/|setup.py|docs/conf.py - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.3.0 hooks: - id: mypy args: [ @@ -80,6 +80,6 @@ repos: exclude: tests/|setup.py|docs/conf.py - repo: https://github.com/adrienverge/yamllint.git - rev: v1.30.0 + rev: v1.31.0 hooks: - id: yamllint