diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef283190..a1ea107d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v3.1.0 + rev: v3.2.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pycqa/flake8