From 4abf187d5922a4f1e931ec2ea897c154a2c292f6 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Wed, 7 Feb 2024 12:16:06 -0300 Subject: [PATCH] chore: update ruff version to 0.2.1 and remove preview flag Signed-off-by: Federico Bond --- .pre-commit-config.yaml | 3 ++- ruff.toml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 319d5fe1..c315fd48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,10 @@ default_stages: [commit] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.11 + rev: v0.2.1 hooks: - id: ruff + args: [--fix] - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/ruff.toml b/ruff.toml index 3b3c4e88..f4b20b7f 100644 --- a/ruff.toml +++ b/ruff.toml @@ -37,7 +37,6 @@ select = [ ignore = [ "E501", # the formatter will handle any too long line ] -preview = true [lint.isort] known-first-party = ["openfeature"]