You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-16 09:41:51 +03:00
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
452 B
TOML
25 lines
452 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 = "^7.1.2"
|
|
invoke = "^1.7.1"
|
|
black = "^22.6"
|
|
flake8 = "^5.0.4"
|
|
pep8-naming = "^0.13.1"
|
|
yamllint = "^1.27.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|