1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-09-18 21:21:59 +00:00

Lint and document config and constants modules

This commit is contained in:
2021-10-29 19:29:01 -04:00
parent dac9fd0b18
commit 37303ccc50
3 changed files with 101 additions and 21 deletions

View File

@@ -17,6 +17,8 @@ disable=logging-fstring-interpolation
,typecheck
,wrong-import-order
,wrong-import-position
,missing-module-docstring
,fixme
[REPORTS]