diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7ddb54dd..652104104 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: v2.37.1 + rev: v2.37.2 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/isort @@ -39,7 +39,7 @@ repos: - id: tox-ini-fmt args: [ "-p", "fix_lint" ] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.1 + rev: v1.20.2 hooks: - id: setup-cfg-fmt args: [ --min-py3-version, "3.5", "--max-py-version", "3.10" ]