Fakultas Ilmu Komputer UI

[CHORES] Setup linter and autoformatter

Merged Dave Nathanael requested to merge dave/setup-linter into staging

Uses:

  • autopep8 (autoformatter, complying with PEP8 code style standard)
  • pycodestyle (linter, complying with PEP8 code style standard, official)

Additional rules added:

  • max line height to be 100 instead of 80

Merge request reports