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(