EDM115

Results 94 issues of EDM115

### Describe the bug When trying to log in with the Microsoft account, the popup window is on the foreground and can't be brought to the background. If it's maximized,...

bug

Currently the newest version is for Lunar (23.04), but there is no version for Mantic (23.10) or Noble (24.04, current LTS)

## Description There should be one space before and after all operators. ## Occurrences There is 1 occurrence of this issue in the repository. See all occurrences on DeepSource →...

## Description The method is marked as deprecated and will be removed in a future version of Python. Consider looking for an alternative in the documentation. ## Occurrences There are...

## Description Using `except` without a specific exception can be error prone. ## Occurrences There are 9 occurrences of this issue in the repository. See all occurrences on DeepSource →...

## Description Two blank lines are expected between functions and classes. ## Occurrences There are 17 occurrences of this issue in the repository. See all occurrences on DeepSource → [deepsource.io/gh/EDM115/telegram-backup-dump/issue/FLK-E302/occurrences/](https://deepsource.io/gh/EDM115/telegram-backup-dump/issue/FLK-E302/occurrences/)

## Description Docstring line lengths are recommended to be no greater than 79 characters. ## Occurrences There are 9 occurrences of this issue in the repository. See all occurrences on...

## Description Formatting the message manually before passing it to a `logging` call does unnecessary work if logging is disabled. Consider using the `logging` module's built-in formatting features to avoid...

## Description f-strings are the fastest way to format strings as compared to the following methods: * using format specifiers `%` ## Occurrences There is 1 occurrence of this issue...

## Description The variable name is not defined where it is used. This will lead to an error during the runtime. Make sure there is no typo. If the name...