From: Bob Halley Date: Fri, 10 Oct 2025 16:41:16 +0000 (-0700) Subject: ruff is enough for linting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43f3af809fc69b72215d0cfd3a15ec136c00648;p=thirdparty%2Fdnspython.git ruff is enough for linting --- diff --git a/Makefile b/Makefile index e179bf13..98dc35b9 100644 --- a/Makefile +++ b/Makefile @@ -41,12 +41,6 @@ type: pyright: pyright dns -lint: - pylint dns - -flake: - flake8 dns - ruff: ruff check dns diff --git a/pyproject.toml b/pyproject.toml index 1a9d3562..bee685ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,7 @@ dev = [ "black>=25.1.0", "coverage>=7.0", "hypercorn>=0.17.0", - "flake8>=7", "mypy>=1.17", - "pylint>=3", "pyright>=1.1.405", "pytest>=8.4", "pytest-cov>=6.2.0",