diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 375b796..e1f9e1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [--py39-plus, --keep-runtime-typing] @@ -28,7 +28,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.0 hooks: - id: blacken-docs - repo: https://github.com/hadialqattan/pycln