| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. The only issue I see is black/isort incompatibility, but that's only an issue for people (like me) running isort locally since we don't call it from nox. Let me try to reconcile this with #469.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
As suggested in #466 , this represents item 4 of the recommended list aimed to implement nox testing automation in multiple steps.
Change list:
As multiple Python versions already present in unit session, no separate PR for item 3 is necessary at this point.
The lint session has conflicting definitions among flake8 and blacken (the latter follows PEP8). This is a known error, discussed, for example, here and here. The fix involves adding exceptions to the flake8 configuration file.
Session log:
Towards #474.