Skip to content

Commit dc98c08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.16...v0.15.20) - [github.com/tox-dev/pyproject-fmt: v2.23.0 → v2.25.1](tox-dev/pyproject-fmt@v2.23.0...v2.25.1)
1 parent 33fd5c9 commit dc98c08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ repos:
1111
hooks:
1212
- id: add-trailing-comma
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.15.16
14+
rev: v0.15.20
1515
hooks:
1616
- id: ruff-check
1717
args: ["--fix"]
1818
- id: ruff-format
1919
types_or: [python, pyi, jupyter, markdown]
2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: v2.23.0
21+
rev: v2.25.1
2222
hooks:
2323
- id: pyproject-fmt

0 commit comments

Comments
 (0)