1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-27 08:01:03 +03:00
library-registry/pyproject.toml
dependabot[bot] 615b35e1dd
Bump black from 21.6b0 to 21.7b0
Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 02:04:11 +00:00

25 lines
454 B
TOML

[tool.black]
line-length = 120
[tool.poetry]
name = "library-registry"
version = "0.0.0"
description = ""
authors = ["Your Name <you@example.com>"]
license = "CC0-1.0"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
invoke = "^1.5.0"
black = "^21.7b0"
flake8 = "^3.9.2"
pep8-naming = "^0.12.0"
yamllint = "^1.26.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"