Skip to content

Commit 821b8c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v3.1.0 → v3.2.0](asottile/add-trailing-comma@v3.1.0...v3.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0)
1 parent b50706e commit 821b8c6

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
@@ -34,12 +34,12 @@ repos:
3434
- --ignore-words-list=pres,nd,te,afe,ue,wil,tey,te,ot,fo
3535

3636
- repo: https://github.com/asottile/add-trailing-comma
37-
rev: v3.1.0
37+
rev: v3.2.0
3838
hooks:
3939
- id: add-trailing-comma
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.11.8
42+
rev: v0.11.12
4343
hooks:
4444
- id: ruff
4545
args: ["--fix", "--show-fixes"]
@@ -62,7 +62,7 @@ repos:
6262
- id: nb-strip-paths
6363

6464
- repo: https://github.com/tox-dev/pyproject-fmt
65-
rev: v2.5.1
65+
rev: v2.6.0
6666
hooks:
6767
- id: pyproject-fmt
6868

0 commit comments

Comments
 (0)