Skip to content

Commit f1fb755

Browse files
committed
chore: update dependencies (cffi to 2.0.0, charset-normalizer to 3.4.4) in lockfile
1 parent 70fd44e commit f1fb755

File tree

2 files changed

+637
-425
lines changed

2 files changed

+637
-425
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ repos:
1111
- id: pretty-format-json
1212
args: [--autofix, --no-sort-keys]
1313
- repo: https://github.com/google/yamlfmt
14-
rev: v0.17.2
14+
rev: v0.20.0
1515
hooks:
1616
- id: yamlfmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.0
18+
rev: v0.14.4
1919
hooks:
2020
- id: ruff
2121
args: [--fix]
2222
- id: ruff-format
2323
- repo: https://github.com/tox-dev/pyproject-fmt
24-
rev: v2.10.0
24+
rev: v2.11.1
2525
hooks:
2626
- id: pyproject-fmt
2727
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)