diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9ce601b..7de70bb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.3.0 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -42,7 +42,7 @@ repos: additional_dependencies: [flake8-bugbear, flake8-print] - repo: https://github.com/mgedmin/check-manifest - rev: "0.48" + rev: "0.49" hooks: - id: check-manifest stages: [manual]