Skip to content

Commit

Permalink
build(deps): upgrade dependencies (#170)
Browse files Browse the repository at this point in the history
* build(deps): upgrade dependencies

* ⬆️ upgrade dependencies

* ✅ update unit test

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Ajinkya Indulkar <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2024
1 parent b66ca23 commit 9154756
Show file tree
Hide file tree
Showing 3 changed files with 645 additions and 640 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.7
rev: v0.1.11
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/PyCQA/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort
args: [--profile, black]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.3-1
rev: v4.0.0-alpha.8
hooks:
- id: prettier
Loading

0 comments on commit 9154756

Please sign in to comment.