mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
After squash fixes
After squash fixes
This commit is contained in:
@@ -6,8 +6,4 @@
|
|||||||
plugins
|
plugins
|
||||||
user_trunk.yaml
|
user_trunk.yaml
|
||||||
user.yaml
|
user.yaml
|
||||||
<<<<<<< HEAD
|
|
||||||
tmp
|
tmp
|
||||||
=======
|
|
||||||
tools
|
|
||||||
>>>>>>> c7dc465 (Parametryzacja "muzyki mojego ludu")
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
|
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
|
||||||
version: 0.1
|
version: 0.1
|
||||||
cli:
|
cli:
|
||||||
<<<<<<< HEAD
|
|
||||||
version: 1.20.1
|
version: 1.20.1
|
||||||
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
|
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
|
||||||
plugins:
|
plugins:
|
||||||
@@ -11,44 +10,10 @@ plugins:
|
|||||||
ref: v1.4.5
|
ref: v1.4.5
|
||||||
uri: https://github.com/trunk-io/plugins
|
uri: https://github.com/trunk-io/plugins
|
||||||
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
||||||
=======
|
|
||||||
version: 1.12.1
|
|
||||||
plugins:
|
|
||||||
sources:
|
|
||||||
- id: trunk
|
|
||||||
ref: v0.0.22
|
|
||||||
uri: https://github.com/trunk-io/plugins
|
|
||||||
lint:
|
|
||||||
enabled:
|
|
||||||
- actionlint@1.6.25
|
|
||||||
- markdownlint@0.35.0
|
|
||||||
- trivy@0.43.1
|
|
||||||
- trufflehog@3.44.0
|
|
||||||
- pylint
|
|
||||||
- codespell
|
|
||||||
- cspell
|
|
||||||
- git-diff-check
|
|
||||||
- eslint
|
|
||||||
- prettier
|
|
||||||
- semgrep
|
|
||||||
- autopep8
|
|
||||||
- bandit
|
|
||||||
- black
|
|
||||||
- flake8
|
|
||||||
- isort
|
|
||||||
- mypy
|
|
||||||
- pylint
|
|
||||||
- ruff
|
|
||||||
- semgrep
|
|
||||||
- yapf
|
|
||||||
- gitleaks
|
|
||||||
|
|
||||||
>>>>>>> c7dc465 (Parametryzacja "muzyki mojego ludu")
|
|
||||||
runtimes:
|
runtimes:
|
||||||
enabled:
|
enabled:
|
||||||
- node@18.12.1
|
- node@18.12.1
|
||||||
- python@3.10.8
|
- python@3.10.8
|
||||||
<<<<<<< HEAD
|
|
||||||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
||||||
lint:
|
lint:
|
||||||
enabled:
|
enabled:
|
||||||
@@ -66,8 +31,6 @@ lint:
|
|||||||
- trivy@0.50.1
|
- trivy@0.50.1
|
||||||
- trufflehog@3.71.0
|
- trufflehog@3.71.0
|
||||||
- yamllint@1.35.1
|
- yamllint@1.35.1
|
||||||
=======
|
|
||||||
>>>>>>> c7dc465 (Parametryzacja "muzyki mojego ludu")
|
|
||||||
actions:
|
actions:
|
||||||
disabled:
|
disabled:
|
||||||
- trunk-announce
|
- trunk-announce
|
||||||
|
|||||||
@@ -258,9 +258,6 @@ def waitress_run():
|
|||||||
"""
|
"""
|
||||||
serve(app, host=HOST_ADDRESS, port=PORT_ADDRESS)
|
serve(app, host=HOST_ADDRESS, port=PORT_ADDRESS)
|
||||||
|
|
||||||
def waitress_run():
|
|
||||||
serve(app, host="0.0.0.0", port=5000)
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
logger = logging.getLogger('conjurer_musician')
|
logger = logging.getLogger('conjurer_musician')
|
||||||
logger.setLevel(logging.DEBUG)
|
logger.setLevel(logging.DEBUG)
|
||||||
|
|||||||
Reference in New Issue
Block a user