diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3775d5c1..a9d648d17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,14 +50,14 @@ repos: - hooks: - id: black repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.4.2 - repo: https://github.com/pre-commit/mirrors-prettier hooks: - id: prettier exclude: ^custom_components/alexa_media/translations|CHANGELOG.md rev: v4.0.0-alpha.8 - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py39-plus]