Skip to content

Commit a721392

Browse files
committed
chore: update dependencies
1 parent 49e59f4 commit a721392

File tree

2 files changed

+580
-356
lines changed

2 files changed

+580
-356
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# .pre-commit-config.yaml
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -17,7 +17,7 @@ repos:
1717
- id: validate-pyproject
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.5
20+
rev: v0.12.8
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)