Conversation
|
@tebanep Don't be scared by the huge changeset of 2520495 it's fully automatically done by the different pre-commit hooks (notably Here is the output of flake8 and bugbear that seem could need some attention: |
|
Tests are failing (as expected and reproduced locally) on py27, but I think they never did actually work... Maybe you can use |
|
@tebanep I'm getting excited 👍 |
We'd rather handle compatibility manually, as we are aiming to support python2 just for the next year. It will be history after that, anyway. :) |
|
I see. Out of the series of commits in here just let me know which one are interesting to you and I'll rebase and prepare a proper PR to your liking. |
|
If you tell me which of those commits are to your liking, I'll just do a quick cleanup and rebase properly and cleanup the other PRs ... |
2520495 to
40385a4
Compare
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 94 94
Lines 1954 1954
Branches 96 96
=====================================
Hits 1954 1954Continue to review full report at Codecov.
|
|
@tebanep I reduced the diff to the minimum sensible proposal.
This way, you can run |
@blaggacao Thanks a lot for your commitment towards this project! Give me until the weekend to review your proposal in calm as I think I need a little bit more of background. 👍 |
Install with `pip install pre-commit` Activate with `pre-commit` in the root of the work dir
40385a4 to
72aa630
Compare
Just some small fixes which should streamling tox testing and general development.
I included pre-commit hooks, please have a look at the respective commit message for detailed information look at the
.pre-commit-config.yaml.I will add one extra commit which will transform styling according to
black, if that's too much for your taste just ignore thepre-commitparts. However I found them useful in other projects...