Skip to content

Commit 1dae79e

Browse files
committed
Update pre-commit hooks versions
1 parent ea64aab commit 1dae79e

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
@@ -6,15 +6,15 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.14.10
9+
rev: v0.15.4
1010
hooks:
1111
# Run the formatter.
1212
- id: ruff-format
1313
# Run the linter.
1414
- id: ruff-check
1515
args: [--fix,--unsafe-fixes]
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: v2.15.2
17+
rev: v2.16.2
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)