mirror of
https://github.com/arduino/library-registry.git
synced 2025-05-27 08:01:03 +03:00
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 6.2.5. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...6.2.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
454 B
TOML
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.5"
|
|
invoke = "^1.5.0"
|
|
black = "^21.8b0"
|
|
flake8 = "^3.9.2"
|
|
pep8-naming = "^0.12.1"
|
|
yamllint = "^1.26.3"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|