diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 683c6bf..3740440 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: exclude_types: [python] # Covered by Ruff W291. - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.5 + rev: v0.15.18 hooks: # Run the linter. - id: ruff-check @@ -43,7 +43,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/trim21/pre-commit-mirror-meson - rev: v1.10.1 + rev: v1.11.1 hooks: - id: meson-fmt args: ['--inplace'] # format file in place