Skip to content

Commit 413e632

Browse files
chore(deps): update pre-commit hooks (#4770)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.281](astral-sh/ruff-pre-commit@v0.0.276...v0.0.281) - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 17b6143 commit 413e632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ repos:
3232

3333
# Black, the code formatter, natively supports pre-commit
3434
- repo: https://github.com/psf/black
35-
rev: "23.3.0" # Keep in sync with blacken-docs
35+
rev: "23.7.0" # Keep in sync with blacken-docs
3636
hooks:
3737
- id: black
3838

3939
# Ruff, the Python auto-correcting linter written in Rust
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.0.276
41+
rev: v0.0.281
4242
hooks:
4343
- id: ruff
4444
args: ["--fix", "--show-fixes"]
@@ -84,7 +84,7 @@ repos:
8484

8585
# Also code format the docs
8686
- repo: https://github.com/asottile/blacken-docs
87-
rev: "1.14.0"
87+
rev: "1.15.0"
8888
hooks:
8989
- id: blacken-docs
9090
additional_dependencies:

0 commit comments

Comments
 (0)