forked from DavidRomanovizc/DatingBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simple flake8 refactoring (DavidRomanovizc#108)
* added .venv to flake8 excludes * added fixed flake D-type exception * Update functions/event/extra_features.py Signed-off-by: David Dzhalaev <[email protected]> * Update functions/event/extra_features.py Signed-off-by: David Dzhalaev <[email protected]> * Update functions/event/extra_features.py Signed-off-by: David Dzhalaev <[email protected]> * Update functions/event/extra_features.py Signed-off-by: David Dzhalaev <[email protected]> * Update functions/event/extra_features.py Signed-off-by: David Dzhalaev <[email protected]> * Update functions/main_app/auxiliary_tools.py Signed-off-by: David Dzhalaev <[email protected]> * Update functions/main_app/auxiliary_tools.py Signed-off-by: David Dzhalaev <[email protected]> * Update utils/db_api/db_commands.py Signed-off-by: David Dzhalaev <[email protected]> * Update utils/db_api/db_commands.py Signed-off-by: David Dzhalaev <[email protected]> * Update functions/main_app/determin_location.py Signed-off-by: David Dzhalaev <[email protected]> --------- Signed-off-by: David Dzhalaev <[email protected]> Co-authored-by: David Dzhalaev <[email protected]>
- Loading branch information
1 parent
d79193e
commit 97b1441
Showing
13 changed files
with
39 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ exclude = | |
migrations, | ||
|
||
max-line-length = 99 | ||
extend-ignore = F401, E402 | ||
extend-ignore = F401, E402, D10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters