diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8083bcb5841..e3deaf9500a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: black-jupyter exclude: ^mesa/cookiecutter-mesa/ - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: [--py38-plus]