diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a5634acf..6b7f7a4bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: args: [--remove] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade types: [file] @@ -36,7 +36,7 @@ repos: types_or: [python, pyi] - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black types: [file]