-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1f83477
commit dd94d39
Showing
13 changed files
with
43 additions
and
54 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 |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[flake8] | ||
exclude = | ||
venv, | ||
.env, | ||
.venv, | ||
venv, | ||
.git, | ||
.gitignore, | ||
README.md, | ||
migrations, | ||
.git, | ||
|
||
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