diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c713ea..8d63a88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,16 +17,16 @@ repos: - id: isort args: [--profile, black, --filter-files] - repo: https://github.com/PyCQA/autoflake - rev: v2.0.0 + rev: v2.2.0 hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.8.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black language_version: python3 @@ -45,7 +45,7 @@ repos: - pyflakes - tryceratops - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v1.4.1 hooks: - id: mypy additional_dependencies: @@ -54,10 +54,10 @@ repos: - types-tabulate - types-toml - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.1 + rev: 0.2.3 hooks: - id: yamlfmt - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt