From 5693add136f87c344ec8da9006c4380ddd745942 Mon Sep 17 00:00:00 2001 From: Harshil <37377066+harshil21@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:47:02 +0530 Subject: [PATCH] Improve Config for `ruff` and Bump to `v0.0.222` (#3507) --- .pre-commit-config.yaml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"