1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

5 Commits

Author SHA1 Message Date
Athanasius
eb7965a6c0
.flake8: exclude .git/ 2022-09-10 15:42:27 +01:00
Athanasius
3a3b0246f7
.flake8: Ignore directories it doesn't need to poke at 2022-09-10 15:40:39 +01:00
A_D
054c2a09c7
Added noqa, docstring, and fstring linters
Additionally this removed one linter that was for preferring .format to
modulo formatting, as the new fstring linter does both
2020-09-09 17:13:13 +02:00
Athanasius
a9680ea8c0 Don't force --show-source in .flake8 !
This was the cause of our flake8-your-pr issue!  It meant that as well
as `--format json` giving JSON output it also got polluted with the raw
string of the source line as well.
2020-08-27 12:11:50 +01:00
A_D
3099a22de4
Add flake8 configuration file
Proposed flake8 configuration file for all developers to use
2020-07-18 14:38:58 +02:00