Skip to content

Commit 349b30b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.277 → v0.1.3](astral-sh/ruff-pre-commit@v0.0.277...v0.1.3) - [github.com/psf/black: 23.7.0 → 23.10.1](psf/black@23.7.0...23.10.1)
1 parent 8ec7ae2 commit 349b30b

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,11 +11,11 @@ repos:
1111
- id: check-json
1212
- id: check-added-large-files
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.0.277
14+
rev: v0.1.3
1515
hooks:
1616
- id: ruff
1717
args: [ --fix, --exit-non-zero-on-fix ]
1818
- repo: https://github.com/psf/black
19-
rev: 23.7.0
19+
rev: 23.10.1
2020
hooks:
2121
- id: black

0 commit comments

Comments
 (0)