1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-25 04:41:59 +03:00
Files
library-registry/pyproject.toml
dependabot[bot] 64a10b1423 Bump flake8 from 7.1.0 to 7.1.1
Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 02:49:46 +00:00

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 = "^8.3.2"
invoke = "^2.2.0"
black = "^24.8"
flake8 = "^7.1.1"
pep8-naming = "^0.14.1"
yamllint = "^1.35.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"