modelforge icon indicating copy to clipboard operation
modelforge copied to clipboard

Low hanging fruits

Open r0mainK opened this issue 5 years ago • 0 comments

  1. Added a couple PEP8 exceptions:
  • E203:
  • E731: sometimes we want lambda expressions
  • D105: magic method docstrings not necessarily required
  • D202: causes conflicts if you define a function in a function
  1. VSCode in gitignore for custom config

  2. Setup.py: removed python 3.5/3.4, using pathlib, corrected formatting

  3. Swith to Ubuntu 18.04 in Dockerfile

  4. Fix linting requirements, add black to it for pretty formatting

  5. Add myself MAINTAINERS (I think that may be why I can't add you as a reviewer ?) file and rename it, rename CODE OF CONDUCT and CONTRIBUTING guidelines + remove trailing line and smalll typo. I don't know why this repo is the only one which does not have these files captalized

r0mainK avatar Oct 31 '19 09:10 r0mainK