Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 394 Bytes

File metadata and controls

7 lines (5 loc) · 394 Bytes

How to contribute

Pull Requests are greatly welcome from everyone! Please make sure to fulfill the following criteria when proposing changes to Warlock:

  • Write unit tests, and run them through pytest; test coverage must not decrease
  • Make sure to support Python 2.7 -- 3.7; Travis CI will check all non-EOL version of Python
  • Run flake8 without warnings; including flake8-bugbear plugin