Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent bedabdf commit 0b67cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
args: [--fix=lf]
- id: check-case-conflict
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
# Moves entire sections, I don't like that >:(
# https://github.com/macisamuele/language-formatters-pre-commit-hooks/issues/231
Expand Down Expand Up @@ -43,7 +43,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/RobertCraigie/pyright-python
rev: "v1.1.370" # Must match requirements-dev.txt
rev: "v1.1.371" # Must match requirements-dev.txt
hooks:
- id: pyright

Expand Down
2 changes: 1 addition & 1 deletion Dolphin scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ typing_extensions
# Below must match .pre-commit-config.yaml, this is handled by Renovate
add-trailing-comma==3.1.0
autopep8==2.3.1
pyright==1.1.370
pyright==1.1.371
ruff==0.5.1

0 comments on commit 0b67cfe

Please sign in to comment.