Upgrade code-formatting libraries

This commit is contained in:
Jeremy Singer-Vine
2024-08-05 15:42:04 -04:00
parent 491c8096c4
commit 4a91adc71e
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
black==22.3.0
flake8==7.1.0
isort==5.10.1
black==24.8.0
flake8==7.1.1
isort==5.13.2
jupyterlab==3.6.7
mypy==0.981
nbexec==0.2.0
+2
View File
@@ -6,6 +6,8 @@ ignore =
E203
# Impossible to obey both W503 and W504
W503
# https://github.com/psf/black/issues/3887
E704
[tool:pytest]
addopts=--cov=pdfplumber --cov-report xml:coverage.xml --cov-report term