From 781bf229d3b56c8542d4e257a02c1ea18f684bf6 Mon Sep 17 00:00:00 2001 From: ljnsn Date: Fri, 18 Oct 2024 20:05:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config(ruff):=20remove=20pydanti?= =?UTF-8?q?c=20validator=20exception?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67dc27b..b9585f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -165,7 +165,7 @@ convention = "google" ban-relative-imports = "all" [tool.ruff.lint.pep8-naming] -classmethod-decorators = ["classmethod", "pydantic.validator"] +classmethod-decorators = ["classmethod"] [tool.pytest.ini_options] addopts = """--color=yes --doctest-modules --exitfirst --failed-first \ diff --git a/uv.lock b/uv.lock index 36db2a5..34ad0c7 100644 --- a/uv.lock +++ b/uv.lock @@ -338,7 +338,7 @@ wheels = [ [[package]] name = "dsws-client" -version = "1.1.2" +version = "1.1.3" source = { editable = "." } dependencies = [ { name = "attrs" },