Skip to content

Commit 2832b7a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent b050849 commit 2832b7a

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.6.8"
6+
rev: "v0.6.9"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
@@ -15,12 +15,12 @@ repos:
1515
args:
1616
- --ignore-words-list=wronly,afile
1717
- repo: https://github.com/asottile/blacken-docs
18-
rev: 1.18.0
18+
rev: 1.19.0
1919
hooks:
2020
- id: blacken-docs
2121
additional_dependencies: [ black==22.12.0 ]
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.6.0
23+
rev: v5.0.0
2424
hooks:
2525
- id: trailing-whitespace
2626
- id: end-of-file-fixer

0 commit comments

Comments
 (0)