From 16b9dbb743f7056c1aee22acc08b19ba97ddd8a3 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Mon, 29 Apr 2024 17:12:29 +0100 Subject: [PATCH] Remove dependencies on argcomplete, coveralls, and flake8 --- pyproject.toml | 3 --- requirements.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f0c572..8dbc356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,9 +143,6 @@ unfixable = [ "numpy.typing" = "npt" "typing" = "t" -[tool.ruff.lint.flake8-tidy-imports] -ban-relative-imports = "all" - [tool.ruff.lint.per-file-ignores] "__init__.py" = ["F401"] diff --git a/requirements.txt b/requirements.txt index bfec7ef..a4444d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,4 @@ -argcomplete>=1.12.1 artistools>=2021.4.23 -coveralls>=1.3.0 -flake8>=3.8.4 matplotlib>=3.3.4 numpy>=1.19.4 pandas>=1.1