From 70dd579bc212e6d42cb3d404f81aec252a386733 Mon Sep 17 00:00:00 2001 From: dosisod <39638017+dosisod@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:02:10 -0700 Subject: [PATCH] Release v1.14.0 (#232) --- dev-requirements.txt | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 83daeb4..920a67a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,4 +17,4 @@ py==1.11.0 pyparsing==3.0.9 pytest-cov==4.0.0 pytest==7.2.2 -ruff==0.0.254 +ruff==0.0.255 diff --git a/pyproject.toml b/pyproject.toml index 543beb1..195e75b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "refurb" -version = "1.13.0" +version = "1.14.0" description = "A tool for refurbish and modernize Python codebases" authors = ["dosisod"] license = "GPL-3.0-only" @@ -67,7 +67,7 @@ line-length = 79 extend-select = [ "W", "N", "UP", "YTT", "S", "BLE", "B", - "C4", "DTZ", "ISC", "PIE", "PT", "RET", + "C40", "DTZ", "ISC", "PIE", "PT", "RET", "SIM", "PTH", "PLE", "RUF", "FBT", ]