From 1104eac87303a11ccb45860830d6292c1018f5b8 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 16 Oct 2025 10:07:46 -0700 Subject: [PATCH] Upgrade ruff to 0.14.0 --- ruff.toml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 2398b12..f3646dc 100644 --- a/ruff.toml +++ b/ruff.toml @@ -50,6 +50,7 @@ ignore = [ # Flake8 async # Should probably fix these "ASYNC230", # blocking-open-call-in-async-function + "ASYNC250", # blocking-input-call-in-async-function # Should probably fix these after dealing with shielding for anyio "ASYNC109", # async-function-with-timeout diff --git a/setup.py b/setup.py index 3b52e63..8f4abe3 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "pre-commit==4.3.0; python_version >= '3.10'", "mypy==1.18.2", "types-setuptools", - "ruff==0.12.11", + "ruff==0.14.0", ] setup(