Skip to content

Commit

Permalink
Update latest dependencies (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: gsheni <[email protected]>
  • Loading branch information
Trane-bot and gsheni authored Oct 30, 2023
1 parent bea7470 commit fd1f83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repos:
- id: add-trailing-comma
name: Add trailing comma
- repo: https://github.com/python/black
rev: 23.10.0
rev: 23.10.1
hooks:
- id: black
additional_dependencies: [".[jupyter]"]
types_or: [python, jupyter]
args:
- --config=./pyproject.toml
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.1
rev: v0.1.3
hooks:
- id: ruff
args:
Expand Down

0 comments on commit fd1f83c

Please sign in to comment.