predictionmachine / pm-github-actions

Repository for common GitHub Actions workflows for Prediction Machine
MIT License
3 stars 1 forks source link

add flake8 to pre-commit config and required mypy version #49

Closed tchklovski closed 3 years ago

tchklovski commented 3 years ago

a bit of housekeeping -- bump dev requirements, add comments to requirements-dev.txt and make default pre-commit config run flake8 check

This is a small change.

Checklist

github-actions[bot] commented 3 years ago

Docstring Coverage :memo:

docstring coverage details | Name | Total | Miss | Cover | Cover% | |----------------------|-------------|------------|-------------|--------------| | example.py | 2 | 0 | 2 | 100% | | **TOTAL** | 2 | 0 | 2 | 100.0% |

PASSED (minimum: 100.0%, actual: 100.0%)

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (74a293d) into main (8a4422a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            5         5           
=========================================
  Hits             5         5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8a4422a...74a293d. Read the comment docs.