Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#241)
Browse files Browse the repository at this point in the history
Update `pre-commit` hooks
  • Loading branch information
TEAM4-0 authored Feb 14, 2024
1 parent e324fcb commit d0032db
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 @@ -33,7 +33,7 @@ repos:
# Black is a code style and formatter
# It works on files in-place
- repo: https://github.com/ambv/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black

Expand All @@ -42,7 +42,7 @@ repos:
# More information can be found in its documentation:
# https://docs.astral.sh/ruff/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.15
rev: v0.2.1
hooks:
- id: ruff
# Fix what can be fixed in-place and exit with non-zero status if files were
Expand Down

0 comments on commit d0032db

Please sign in to comment.