Skip to content

Commit 8aec21f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.290...v0.1.1)
1 parent 35e8f3c commit 8aec21f

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
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.9.1
3+
rev: 23.10.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -20,6 +20,6 @@ repos:
2020
- id: mixed-line-ending
2121
args: ["--fix=lf"]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.0.290
23+
rev: v0.1.1
2424
hooks:
2525
- id: ruff

0 commit comments

Comments
 (0)