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 269c5a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 All @@ -30,7 +30,7 @@ repos:
additional_dependencies: ["dprint@~0.46.0"]
pass_filenames: false # https://github.com/adamchainz/pre-commit-dprint/issues/3#issuecomment-1483410008
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.1" # Must match requirements-dev.txt
rev: "v0.5.2" # Must match requirements-dev.txt
hooks:
- id: ruff
args: [--fix]
Expand All @@ -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
4 changes: 2 additions & 2 deletions 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
ruff==0.5.1
pyright==1.1.371
ruff==0.5.2

0 comments on commit 269c5a6

Please sign in to comment.