Skip to content

Commit

Permalink
chore(pre-commit): autofix run
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2024
1 parent c162218 commit a54b948
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"pdm-backend",
"pdm-backend"
]
build-backend = "pdm.backend"

Expand All @@ -9,26 +9,26 @@ name = "pypdown"
version = "0.1.4"
description = "A Pydantic model-based approach to data pipelining with file I/O linting."
authors = [
{ name = "Louis Maddox", email = "louismmx@gmail.com" },
{name = "Louis Maddox", email = "louismmx@gmail.com"}
]
dependencies = [
"pydantic>=2.8.2",
"pydantic>=2.8.2"
]
requires-python = ">=3.10"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Libraries",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Libraries"
]

[project.license]
Expand All @@ -39,14 +39,14 @@ distribution = true

[tool.pdm.dev-dependencies]
docs = [
"mkdocs-material[recommended,imaging]>=9.5.2",
"mkdocs-section-index>=0.3.8",
"mkdocs>=1.5.3",
"mkdocstrings[python]>=0.24.0",
"mkdocs-material[recommended,imaging]>=9.5.2",
"mkdocs-section-index>=0.3.8",
"mkdocs>=1.5.3",
"mkdocstrings[python]>=0.24.0"
]
test = [
"pytest>=8.2.2",
"pytest>=8.2.2"
]
vercel = [
"urllib3<2",
"urllib3<2"
]

0 comments on commit a54b948

Please sign in to comment.