1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 07:20:02 +03:00

9 Commits

Author SHA1 Message Date
David Sangrey
d00226f9e3
[2186] Additional Documentations 2024-04-05 17:20:05 -04:00
David Sangrey
8e7f7d6587
#2040 Hand over WIX to InnoSetup 2023-07-27 11:06:37 -04:00
Athanasius
a08eef3244
flake8, hotkey/darwin: Just ignore this file for now
It'll take digging into macOS-specific documents to type things sufficiently
to pass the flake8 TAE001 "too few type annotations" check.
2022-12-23 14:47:07 +00:00
Athanasius
87b48031a0
development: Also exclude .venv/ as that's VSCode default 2022-12-21 12:30:53 +00:00
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