diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85464aa0f..24315ba6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -80,7 +80,7 @@ repos: - --diff - --check - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.212' + rev: 'v0.0.222' hooks: - id: ruff name: ruff diff --git a/pyproject.toml b/pyproject.toml index 348fc3895..6c0e9621a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,3 +8,4 @@ line_length = 99 [tool.ruff] line-length = 99 +target-version = "py37"