https://github.com/byceps/byceps
Tip revision: 79ec8eec5878bd87a1bc962e729a756aafa5cbdb authored by Jochen Kupperschmidt on 28 October 2024, 02:34:28 UTC
Use `uv run` to run Discord notifier
Use `uv run` to run Discord notifier
Tip revision: 79ec8ee
.scrutinizer.yml
build:
environment:
python: 3.11.2
dependencies:
override:
- "pip install -r requirements/core.txt -r requirements/test.txt"
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
- py-scrutinizer-run
filter:
paths:
- "byceps/"
excluded_paths:
- "byceps/static/behavior/vendor/"
tools:
python_analyzer:
config:
duplication_detector:
enabled: false