Skip to content

Commit e54ffc3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.2.1...v0.4.3) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
1 parent edb1582 commit e54ffc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: "(.idea|node_modules|.tox)"
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
exclude: ".+cfg"
@@ -22,15 +22,15 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 24.2.0
25+
rev: 24.4.2
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.2.1'
29+
rev: 'v0.4.3'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.15.0
33+
rev: v3.15.2
3434
hooks:
3535
- id: pyupgrade
3636
args:

0 commit comments

Comments
 (0)