Skip to content

Commit 5930d6c

Browse files
[pre-commit.ci] pre-commit autoupdate (#98)
updates: - [github.com/asottile/add-trailing-comma.git: v3.1.0 → v3.2.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.1.0...v3.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.9...v0.11.11) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8e9fa7b commit 5930d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/add-trailing-comma.git
15-
rev: v3.1.0
15+
rev: v3.2.0
1616
hooks:
1717
- id: add-trailing-comma
1818
args:
@@ -40,7 +40,7 @@ repos:
4040
- id: black
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.11.9"
43+
rev: "v0.11.11"
4444
hooks:
4545
- id: ruff
4646
args:

0 commit comments

Comments
 (0)