diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6fd073..26e8e77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.4 + rev: v0.8.6 hooks: # Run the linter. - id: ruff # Run the formatter. - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.0 # Use the sha / tag you want to point at + rev: v1.14.1 # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [pyvisa, types-PyYAML, stringparser, pytest]