diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb2858a..f108184 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: exclude: ^(versioneer.py|conda_pack/_version.py) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -22,7 +22,7 @@ repos: exclude: conda-recipe/meta.yaml - id: check-merge-conflict - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: ["--py37-plus"]