#9 Added linting: flake, black and mypy, removed tqdm.
Merged by asaleh. Opened by asaleh.
asaleh/mirrors-countme add_linting  into  main

Download 9.patch

Most of the changes are related to black.

Biggest changes outside of that:

Removal of tqdm, as we don't care about progress-bars.
Hard-coding TotalsItem tuple, as mypy couldn't handle the dynamic generation.

Metadata Update from @asaleh:
- Pull-request tagged with: DNFCounting, In review

Metadata Update from @nphilipp:
- Request assigned

As we discussed, please:

  • split the mypy pieces from the rest of the commit
  • configure both black and flake8 to 100 characters per line
  • (re)write the commit logs as per https://chris.beams.io/posts/git-commit/
  • merge :smile:

rebased onto 64f7c221fb5f4228a8abafb08ca153cd12767ad4

Pull-Request has been merged by asaleh

Metadata