From 90ccc1039cf7484d6c11df7cbf1b2e21c2cc3f94 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Fri, 24 Mar 2023 14:11:43 +0100 Subject: [PATCH] tools: bump ruff to 0.0.259 --- dev-requirements.txt | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4f163a83..d0756e2c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ freezegun>=1.0.0 shtab versioningit >=2.0.0, <3 -ruff ==0.0.255 +ruff ==0.0.259 mypy lxml-stubs diff --git a/pyproject.toml b/pyproject.toml index e6b9a26b..14ac84d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,8 +84,7 @@ select = [ # flake8-commas "COM", # flake8-comprehensions - "C40", - "C41", + "C4", # flake8-datetimez "DTZ", # flake8-implicit-str-concat