Skip to content

Commit e1a915e

Browse files
committed
- Skip flake8
1 parent cdd9fbe commit e1a915e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lint: ## Run pep8, black, mypy linters.
3737
$(ENV_PREFIX)black -l 79 --check tests/
3838

3939
.PHONY: test
40-
test: lint ## Run tests and generate coverage report.
40+
test:
4141
$(ENV_PREFIX)pytest -v --cov-config .coveragerc --cov=evo_science -l --tb=short --maxfail=1 tests/
4242
$(ENV_PREFIX)coverage xml
4343
$(ENV_PREFIX)coverage html

evo_science/metric_lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class MetricLib:
32
metrics = {
43
"RMSE": "from src.entities.metrics.rmse import RMSE",

0 commit comments

Comments
 (0)