Skip to content

Commit 4c620e9

Browse files
[pre-commit.ci] pre-commit autoupdate (#83)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.1](astral-sh/ruff-pre-commit@v0.4.10...v0.5.1) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5d2e514 commit 4c620e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.4.10
14+
rev: v0.5.1
1515
hooks:
1616
- id: ruff
1717
args: [--fix]
1818
- id: ruff-format
1919

2020
- repo: https://github.com/adamchainz/blacken-docs
21-
rev: "1.16.0"
21+
rev: "1.18.0"
2222
hooks:
2323
- id: blacken-docs
2424
alias: autoformat

0 commit comments

Comments
 (0)