diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 929ac07e..1ab79a68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: ^(.secrets|docs|misc|tests/deprecated)/ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.0 hooks: - id: ruff # linter - id: ruff-format # formatter diff --git a/requirements_dev.txt b/requirements_dev.txt index 09421f2d..90a90802 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,8 +10,8 @@ # - pip list | grep -E 'pre-commit|ruff|mypy|types-|voluptuous|pytest|hatch' # used for development (linting) - pre-commit >= 3.8.0 - ruff >= 0.6.4 # also: check-lint.yml, pre-commit-config.yaml + pre-commit >= 4.0.1 + ruff >= 0.7.0 # also: pre-commit-config.yaml # used for development (typing) mypy >= 1.11.2