discord-modmail / modmail

A Modmail bot for Discord. Allowing safe moderator conversations with server members one server at a time.
https://discord-modmail.readthedocs.io/
MIT License
15 stars 8 forks source link

update pre-commit config #44

Closed onerandomusername closed 3 years ago

onerandomusername commented 3 years ago

using the PyCQA flake8 hook was not catching all of the errors as notated in tox.ini In addition, because we have local flake8 extensions, it makes more sense to not duplicate their config in multiple locations.

codecov[bot] commented 3 years ago

Codecov Report

Merging #44 (3af52a7) into main (21853e6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   91.51%   91.51%           
=======================================
  Files           5        5           
  Lines         283      283           
  Branches        7        7           
=======================================
  Hits          259      259           
  Misses         20       20           
  Partials        4        4           

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 21853e6...3af52a7. Read the comment docs.