initial commit
This commit is contained in:
commit
30875377a5
|
@ -0,0 +1,2 @@
|
||||||
|
*.retry
|
||||||
|
*.pyc
|
|
@ -0,0 +1,32 @@
|
||||||
|
namespace: snailed
|
||||||
|
|
||||||
|
name: ez_compose
|
||||||
|
|
||||||
|
version: 1.0.0
|
||||||
|
|
||||||
|
readme: README.md
|
||||||
|
|
||||||
|
authors:
|
||||||
|
- Luca Bilke <luca@bil.ke>
|
||||||
|
|
||||||
|
description: A set of modules and roles to ease the creation of docker-compose files
|
||||||
|
|
||||||
|
license:
|
||||||
|
- MIT
|
||||||
|
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
- compose
|
||||||
|
- docker_compose
|
||||||
|
|
||||||
|
dependencies: {}
|
||||||
|
|
||||||
|
repository: http://git.snaile.de/snailed/ez_compose
|
||||||
|
|
||||||
|
documentation: http://git.snaile.de/snailed/ez_compose/src/branch/main/docs
|
||||||
|
|
||||||
|
homepage: http://git.snaile.de/snailed/ez_compose
|
||||||
|
|
||||||
|
issues: http://git.snaile.de/snailed/ez_compose/issues
|
||||||
|
|
||||||
|
build_ignore: []
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
requires_ansible: ">=2.17.4"
|
|
@ -0,0 +1,11 @@
|
||||||
|
[tool.black]
|
||||||
|
line-length=100
|
||||||
|
|
||||||
|
[tool.basedpyright]
|
||||||
|
typeCheckingMode = "strict"
|
||||||
|
reportIgnoreCommentWithoutRule = true
|
||||||
|
reportMissingTypeStubs = false
|
||||||
|
|
||||||
|
# handled by ruff
|
||||||
|
reportUnusedVariable = false
|
||||||
|
reportUnusedImport = false
|
Loading…
Reference in New Issue