From caaf825d73cedcc7faafdf37555af07c7a7799d5 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Sat, 6 Jul 2024 16:29:15 -0400 Subject: [PATCH] Update various dev requirements --- requirements-dev.txt | 17 +++++++++-------- setup.cfg | 6 ++++-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 633b7aca..af916856 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,12 +1,13 @@ -pytest==6.2.5 -pytest-cov==3.0.0 -pytest-parallel==0.1.1 -flake8==4.0.1 black==22.3.0 +flake8==7.1.0 isort==5.10.1 -pandas==2.2.2 -mypy==0.981 -pandas-stubs==1.2.0.58 -types-Pillow==9.0.14 jupyterlab==3.6.7 +mypy==0.981 nbexec==0.2.0 +pandas-stubs==2.2.2.240603 +pandas==2.2.2 +pytest-cov==5.0.0 +pytest-parallel==0.1.1 +pytest==8.2.2 +setuptools==58.1.0 +types-Pillow==10.2.0.20240520 diff --git a/setup.cfg b/setup.cfg index 91585577..31b21b2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,8 +2,10 @@ # max-complexity = 10 max-line-length = 88 ignore = - E203 # https://black.readthedocs.io/en/stable/the_black_code_style.html#slices - W503 # Impossible to obey both W503 and W504 + # https://black.readthedocs.io/en/stable/the_black_code_style.html#slices + E203 + # Impossible to obey both W503 and W504 + W503 [tool:pytest] addopts=--cov=pdfplumber --cov-report xml:coverage.xml --cov-report term