diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da3353e..49e7a86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.2.0 hooks: - id: debug-statements - id: end-of-file-fixer @@ -37,7 +37,7 @@ repos: - id: prettier - repo: https://github.com/asottile/pyupgrade - rev: v2.31.1 + rev: v2.32.0 hooks: - id: pyupgrade args: [--py37-plus]