From b4014e564aea401af7b43f49ce353f1a06e70346 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Thu, 5 Dec 2024 17:16:09 -0600 Subject: [PATCH] Remove mutmut. It can be run with no config without being a project dep. --- .gitignore | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 425c9f2c..aa1222e9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ dist/ MANIFEST *.egg-info build -mutants/ pyngrok/bin tests/.ngrok diff --git a/pyproject.toml b/pyproject.toml index 465bd95a..db420985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,6 @@ classifiers = [ dev = [ "pytest", "coverage[toml]", - "mutmut", "psutil", "flake8", "flake8-pyproject",