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", ]