Remove temp ignore

This commit is contained in:
Carlos Felix 2024-12-05 15:35:18 -05:00
parent 95246c9df0
commit 3a41b2a2f8

View file

@ -42,7 +42,7 @@ jobs:
- name: Check code style consistency
run: poetry run flake8 -v data_pipeline/
- name: Run static code analysis
run: poetry run pylint data_pipeline/ --ignore-paths data_pipeline/comparator.py
run: poetry run pylint data_pipeline/
- name: Check library safety
run: poetry run safety check --ignore 51457 --ignore 44715 --ignore 70612
generate-score-tiles: