Skip to content

Commit 398f899

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.11...v0.12.12) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 2adc401 commit 398f899

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,7 +11,7 @@ repos:
1111
- "--py37-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.12.11"
14+
rev: "v0.12.12"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -23,7 +23,7 @@ repos:
2323
args:
2424
- --ignore-words-list=wronly,afile,assertIn
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: 1.19.1
26+
rev: 1.20.0
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [ black==24.4.2 ]

0 commit comments

Comments
 (0)