diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bca4b88fe..61b4a5b227 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # - --remove-duplicate-keys # - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade exclude: \.(po|pot|yml|yaml)$ @@ -31,7 +31,7 @@ repos: - id: isort exclude: \.(po|pot|yml|yaml)$ - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: [--safe, --quiet]