fourmat icon indicating copy to clipboard operation
fourmat copied to clipboard

Flake8 + Black + isort = ❤️

Results 5 fourmat issues
Sort by recently updated
recently updated
newest added

`black` uses 88 by default `flake8` I believe 80? `isort` doesn't care... but it kinda does when deciding to split the import line, I think `isort` agrees with `black`

There is already a [PR to fix this](https://github.com/4Catalyzer/fourmat/pull/30), but want to create an issue for the record. The fourmat lint logic currently provides `--exclude` and `--skip-glob` options for `black` and...

Bump the various linting/static analysis tools again. Mainly need to update black since it's pinned to an exact version. Updated rest of the tools to latest current version ranges as...

Contains: * Deprecate python 3.9 * Migrate Travis CI workflow to GitHub Actions