diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbe6410b..a0b7c486 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.2.0 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -41,7 +41,7 @@ repos: - id: black - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.1.0 + rev: v2.2.0 hooks: - id: setup-cfg-fmt args: [--include-version-classifiers, --max-py-version=3.11]