Skip to content

Commit c7599b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.3.3](astral-sh/ruff-pre-commit@v0.0.292...v0.3.3) - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0)
1 parent d22ae8d commit c7599b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.15.0
15+
rev: v3.15.1
1616
hooks:
1717
- id: pyupgrade
1818
args:
1919
- --py38-plus
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.0.292
21+
rev: v0.3.3
2222
hooks:
2323
- id: ruff
2424
args:
2525
- --fix
2626
- repo: https://github.com/psf/black
27-
rev: 23.9.1
27+
rev: 24.3.0
2828
hooks:
2929
- id: black

0 commit comments

Comments
 (0)