Skip to content

Commit 390923f

Browse files
committed
⬆️ Update precommits
1 parent 9d3c10a commit 390923f

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
@@ -10,14 +10,14 @@ repos:
1010
types: [python]
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.15.0"
13+
rev: "v0.15.2"
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/tox-dev/pyproject-fmt
20-
rev: 'v2.15.2'
20+
rev: 'v2.16.1'
2121
hooks:
2222
- id: pyproject-fmt
2323

0 commit comments

Comments
 (0)