Skip to content

Commit

Permalink
Update various dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jul 6, 2024
1 parent 944eaed commit caaf825
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
17 changes: 9 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caaf825

Please sign in to comment.