diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a997365..5d50720 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -19,7 +19,7 @@ repos: hooks: - id: black - repo: https://github.com/collective/zpretty - rev: 3.0.3 + rev: 3.0.4 hooks: - id: zpretty exclude: test.html