diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81592d0..0c2ef43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 diff --git a/Dolphin scripts/requirements-dev.txt b/Dolphin scripts/requirements-dev.txt index 38369f4..86ddf44 100644 --- a/Dolphin scripts/requirements-dev.txt +++ b/Dolphin scripts/requirements-dev.txt @@ -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