diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dc8337335..d9b49f1da8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,11 +8,11 @@ repos: - id: end-of-file-fixer exclude: &exclude_pattern '^changelog.d/' - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.6.9 hooks: - id: ruff - repo: https://github.com/twisted/towncrier