johnklee / fpu

Functional programming utility
MIT License
4 stars 4 forks source link

update flake8 config, and align the code to new standards #36

Closed wkCircle closed 1 year ago

wkCircle commented 1 year ago

The PR is related to issue #35 for flake8.

In the PR:

  1. E501 is deleted
  2. newly added: statistics=true, doctests=ture, include-in-doctest=fpu/
  3. adjust docstring and code of the other files to align with new flake8 config standards.