diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1ced49..bbb3861 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: flake8 additional_dependencies: ["flake8-bugbear"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.2.0" + rev: "v1.3.0" hooks: - id: mypy exclude: 'docs/source/conf\.py' @@ -49,7 +49,7 @@ repos: # - id: nbstripout # args: ["--extra-keys", "cell.metadata.pycharm"] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -63,7 +63,7 @@ repos: # hooks: # - id: prettier - repo: https://github.com/hadialqattan/pycln - rev: v2.1.3 # Possible releases: https://github.com/hadialqattan/pycln/releases + rev: v2.1.5 # Possible releases: https://github.com/hadialqattan/pycln/releases hooks: - id: pycln args: [--config=pyproject.toml]