diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 029459b0b8..c35f0a31d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black exclude: ^(tests/\w+/snapshots/|tests/python_312/) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.280 + rev: v0.0.291 hooks: - id: ruff exclude: ^tests/\w+/snapshots/ @@ -18,7 +18,7 @@ repos: exclude: (CHANGELOG|TWEET).md - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.3 hooks: - id: prettier files: '^docs/.*\.mdx?$' @@ -35,7 +35,7 @@ repos: args: ['--branch', 'main'] - repo: https://github.com/adamchainz/blacken-docs - rev: 1.15.0 + rev: 1.16.0 hooks: - id: blacken-docs args: [--skip-errors]