diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b0c919..3d9c4a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/domdfcoding/pre-commit-hooks - rev: v0.1.6 + rev: v0.2.0 hooks: - id: requirements-txt-sorter args: @@ -54,7 +54,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v2.9.0 hooks: - id: pyupgrade args: @@ -67,7 +67,7 @@ repos: - id: forbid-crlf - repo: https://github.com/repo-helper/formate - rev: v0.2.0 + rev: v0.2.5 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$