From b43f3af809fc69b72215d0cfd3a15ec136c00648 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 10 Oct 2025 09:41:16 -0700 Subject: [PATCH] ruff is enough for linting --- Makefile | 6 ------ pyproject.toml | 2 -- 2 files changed, 8 deletions(-) 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", -- 2.47.3