Skip to content

Commit 5e54928

Browse files
chore: bump deps
1 parent a25dfd3 commit 5e54928

File tree

5 files changed

+2955
-1335
lines changed

5 files changed

+2955
-1335
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.0.285
5+
rev: v0.9.2
66
hooks:
77
- id: ruff
88
args: [--fix, --exit-non-zero-on-fix]
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: check-yaml
1313
- id: check-added-large-files

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python 3.11.4
2-
poetry 1.5.1
1+
python 3.11.11
2+
poetry 1.8.5

0 commit comments

Comments
 (0)