Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#548)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/tox-dev/pyproject-fmt: 1.8.0 →
2.0.4](tox-dev/pyproject-fmt@1.8.0...2.0.4)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adam Johnson <me@adamj.eu>
  • Loading branch information
pre-commit-ci[bot] and adamchainz authored May 14, 2024
1 parent 1df3b03 commit 50a6e8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.8.0
rev: 2.0.4
hooks:
- id: pyproject-fmt
- repo: https://github.com/tox-dev/tox-ini-fmt
Expand Down
26 changes: 14 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ requires = [
name = "treepoem"
version = "3.24.0"
description = "Barcode rendering for Python supporting QRcode, Aztec, PDF417, I25, Code128, Code39 and many more types."
readme = {file = "README.rst", content-type = "text/x-rst"}
readme = { file = "README.rst", content-type = "text/x-rst" }
keywords = [
"barcode bwipp postscript ghostscript qr qrcode aztec azteccode pdf417 interleaved2of5 i25 code128 code39",
]
license = {text = "MIT"}
maintainers = [{name = "Adam Johnson", email = "me@adamj.eu"}]
authors = [{name = "Christian Muirhead", email = "xtian@babbageclunk.com"}]
license = { text = "MIT" }
maintainers = [
{ name = "Adam Johnson", email = "me@adamj.eu" },
]
authors = [
{ name = "Christian Muirhead", email = "xtian@babbageclunk.com" },
]
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",
Expand All @@ -30,18 +34,16 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"Pillow",
"pillow",
]
[project.urls]
Changelog = "https://github.com/adamchainz/treepoem/blob/main/CHANGELOG.rst"
Funding = "https://adamj.eu/books/"
Repository = "https://github.com/adamchainz/treepoem"
[project.scripts]
treepoem = "treepoem.__main__:main"
urls.Changelog = "https://github.com/adamchainz/treepoem/blob/main/CHANGELOG.rst"
urls.Funding = "https://adamj.eu/books/"
urls.Repository = "https://github.com/adamchainz/treepoem"
scripts.treepoem = "treepoem.__main__:main"

[tool.isort]
add_imports = [
"from __future__ import annotations"
"from __future__ import annotations",
]
force_single_line = true
profile = "black"
Expand Down

0 comments on commit 50a6e8d

Please sign in to comment.