diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c2ed3278f..87e861344a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # - --remove-duplicate-keys # - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.2.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -30,7 +30,7 @@ repos: # See https://github.com/psf/black/issues/2188#issuecomment-1289317647 for why we can't use the --preview flag. args: [--safe, --quiet] - repo: https://github.com/Pierre-Sassoulas/black-disable-checker - rev: 1.0.1 + rev: v1.1.1 hooks: - id: black-disable-checker # - repo: https://github.com/PyCQA/flake8 @@ -74,7 +74,7 @@ repos: # - id: mypy - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.3 + rev: v3.0.0-alpha.4 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88]