Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.7.0 β†’ 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/astral-sh/ruff-pre-commit: v0.0.280 β†’ v0.0.290](astral-sh/ruff-pre-commit@v0.0.280...v0.0.290)
- [github.com/pre-commit/mirrors-prettier: v3.0.0 β†’ v3.0.3](pre-commit/mirrors-prettier@v3.0.0...v3.0.3)
- [github.com/adamchainz/blacken-docs: 1.15.0 β†’ 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 18, 2023
1 parent 1171e7f commit 35c754b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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.290
hooks:
- id: ruff
exclude: ^tests/\w+/snapshots/
Expand All @@ -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?$'
Expand All @@ -33,7 +33,7 @@ repos:
- id: check-toml

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs
args: [--skip-errors]

0 comments on commit 35c754b

Please sign in to comment.