Percona-Lab / mongodb_consistent_backup

A tool for performing consistent backups of MongoDB Clusters or Replica Sets
https://www.percona.com
Apache License 2.0
276 stars 81 forks source link

Flake8 opts tweak, long-line fixes #234

Closed timvaillancourt closed 6 years ago

timvaillancourt commented 6 years ago
  1. Set max-line-length to 160 chars (instead of unlimited).
  2. Enable long-lines flake8 errors again.
  3. Fixed lines over 160+ chars.
  4. Make flake8 show failure line from source (--show-source) and return count (--count) of failures.