From: Bob Halley Date: Fri, 1 Mar 2024 12:46:27 +0000 (-0800) Subject: Update ruff invocation for ruff 0.3.0. X-Git-Tag: v2.7.0rc1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aba268af110a00a8f0f933464502074833c9514e;p=thirdparty%2Fdnspython.git Update ruff invocation for ruff 0.3.0. --- diff --git a/Makefile b/Makefile index aedd9a2b..11edb489 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ flake: flake8 dns ruff: - ruff dns + ruff check dns cov: coverage run --branch -m pytest