From 624b89d0966fa083b07112a7f23a59e2fd4e1848 Mon Sep 17 00:00:00 2001 From: Diego Alonso Alvarez Date: Wed, 10 Jan 2024 09:02:55 +0000 Subject: [PATCH] Remove unnecessary dependencies --- pyproject.toml | 13 ++----------- requirements-dev.txt | 6 ------ 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4c940cd..a3882d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,7 @@ dev = [ "black", "ruff", "pip-tools", - "pytest-cov", - "docformatter" + "pytest-cov" ] demos = [ @@ -63,13 +62,5 @@ addopts = "-v -p no:warnings --cov=wsimod --cov-report=html" select = ["E", "F", "I"] # pycodestyle, Pyflakes, isort. Ignoring pydocstyle (D), for now exclude = ["docs", "tests"] # Let's ignore tests and docs folders, for now -#[tool.ruff.per-file-ignores] -#"wsimod/*" = ["E501"] # 176 lines (all comments) are too long (>88). Ignoring, for now - [tool.ruff.pydocstyle] -convention = "google" - -[tool.docformatter] -recursive = true -black = true -in-place = true \ No newline at end of file +convention = "google" \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index 5370e498..912ffccd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,8 +10,6 @@ build==1.0.3 # via pip-tools cfgv==3.4.0 # via pre-commit -charset-normalizer==3.3.2 - # via docformatter click==8.1.7 # via # black @@ -22,8 +20,6 @@ dill==0.3.7 # via wsimod (pyproject.toml) distlib==0.3.7 # via virtualenv -docformatter==1.7.5 - # via wsimod (pyproject.toml) filelock==3.13.1 # via virtualenv identify==2.5.31 @@ -79,8 +75,6 @@ tqdm==4.66.1 # via wsimod (pyproject.toml) tzdata==2023.3 # via pandas -untokenize==0.1.1 - # via docformatter virtualenv==20.24.6 # via pre-commit wheel==0.41.3