diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b676284..ba086d9 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.30.0 + rev: v2.31.0 hooks: - id: pyupgrade args: [ "--py36-plus" ] @@ -35,7 +35,7 @@ repos: hooks: - id: rst-backticks - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "0.5.1" + rev: "0.5.2" hooks: - id: tox-ini-fmt args: [ "-p", "fix" ]