diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3b64a1..a91c206 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.2.0 hooks: - id: pyupgrade args: [ "--py37-plus" ] @@ -40,7 +40,7 @@ repos: - id: tox-ini-fmt args: [ "-p", "fix" ] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.1.0 + rev: v2.2.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/flake8