mirror of
https://github.com/automatic-ripping-machine/automatic-ripping-machine.git
synced 2026-07-03 03:37:08 +00:00
check_db_version will now create a default user with default password - should fix issues where users insert a disc without visiting /setup ui.abandon_job() should now properly catch exceptions in the right order removed routes.setup_stage2() as its no longer needed. Users can now just change the password or modify the python files for more security removed comments from env.py to fix sonarlint warning
18 lines
375 B
INI
Executable file
18 lines
375 B
INI
Executable file
[LOGGING]
|
|
|
|
# Format style used to check logging format string. `old` means using %
|
|
# formatting, while `new` is for `{}` formatting.
|
|
logging-format-style=new
|
|
|
|
disable=broad-except,
|
|
logging-fstring-interpolation
|
|
|
|
|
|
[FORMAT]
|
|
|
|
# Maximum number of characters on a single line.
|
|
max-line-length=120
|
|
|
|
[TYPECHECK]
|
|
generated-members=app.logger
|
|
ignored-classes=scoped_session
|