Skip to content

Commit 89cf44b

Browse files
committed
MAINT: Update black settings
1 parent 85f9210 commit 89cf44b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pandas-datareader"
77
dynamic = ["version", "dependencies", "readme"]
88
requires-python = ">=3.8"
99
license = {file = "LICENSE.md"}
10-
description = 'Pandas-compatible data readers. Formerly a component of pandas.'
10+
description = "Pandas-compatible data readers. Formerly a component of pandas."
1111
authors = [
1212
{name = "The PyData Development Team", email = "[email protected]"},
1313
]
@@ -85,3 +85,12 @@ ignore = ["E203", "E266", "E501", "W503"]
8585
max-line-length = 88
8686
max-complexity = 18
8787
select = ["B","C","E","F","W","T4","B9"]
88+
89+
[tool.black]
90+
target-version = ["py38", "py39", "py310","py311","py312"]
91+
required-version = "23.10.1"
92+
exclude = """
93+
(
94+
pandas_datareader/_version.py
95+
)
96+
"""

0 commit comments

Comments
 (0)