endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

Configure flake8 outside of pytest configuration #110

Closed liZe closed 4 years ago

liZe commented 4 years ago

Configuring flake8 in its own section gives the opportunity to third-party tools to use this configuration too. It can, for example, be useful for text editors with embedded linters.

Of course, it works with pytest too.