mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Upgrade code-formatting libraries
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
black==22.3.0
|
black==24.8.0
|
||||||
flake8==7.1.0
|
flake8==7.1.1
|
||||||
isort==5.10.1
|
isort==5.13.2
|
||||||
jupyterlab==3.6.7
|
jupyterlab==3.6.7
|
||||||
mypy==0.981
|
mypy==0.981
|
||||||
nbexec==0.2.0
|
nbexec==0.2.0
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ ignore =
|
|||||||
E203
|
E203
|
||||||
# Impossible to obey both W503 and W504
|
# Impossible to obey both W503 and W504
|
||||||
W503
|
W503
|
||||||
|
# https://github.com/psf/black/issues/3887
|
||||||
|
E704
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
addopts=--cov=pdfplumber --cov-report xml:coverage.xml --cov-report term
|
addopts=--cov=pdfplumber --cov-report xml:coverage.xml --cov-report term
|
||||||
|
|||||||
Reference in New Issue
Block a user