Skip to content

Commit

Permalink
Поменял структуру проекта, надо будет сделать cli
Browse files Browse the repository at this point in the history
  • Loading branch information
C3EQUALZz committed May 9, 2024
1 parent 6a5bb84 commit 95166d4
Show file tree
Hide file tree
Showing 50 changed files with 63 additions and 381 deletions.
1 change: 0 additions & 1 deletion file_scripts/__init__.py

This file was deleted.

58 changes: 0 additions & 58 deletions file_scripts/pdf_file_crypt.py

This file was deleted.

98 changes: 0 additions & 98 deletions file_scripts/txt_file_crypt.py

This file was deleted.

1 change: 0 additions & 1 deletion number_scripts/__init__.py

This file was deleted.

26 changes: 0 additions & 26 deletions project_configuration/check_installed_requirements.py

This file was deleted.

1 change: 0 additions & 1 deletion project_configuration/git_checking/__init__.py

This file was deleted.

100 changes: 0 additions & 100 deletions project_configuration/git_checking/check_git_installed.py

This file was deleted.

6 changes: 0 additions & 6 deletions project_configuration/git_checking/custom_errors.py

This file was deleted.

30 changes: 0 additions & 30 deletions project_configuration/git_checking/install_git_linux.sh

This file was deleted.

1 change: 0 additions & 1 deletion project_configuration/telecron_checking/__init__.py

This file was deleted.

This file was deleted.

10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,17 @@ core = "py.typed"

[flake8]
max-line-length = 160
exclude = [
".git",
"__pycache__",
"env",
"venv"
]
max-complexity = 8


[tool.pytest.ini_options]
addopts = "--cov=core"
addopts = "--cov=teleosinter"
testpaths = [
"tests",
]
Expand Down
17 changes: 0 additions & 17 deletions src/core/email_scripts/email_processor.py

This file was deleted.

3 changes: 0 additions & 3 deletions src/core/email_scripts/utils/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Абстрактный класс, который описывает макет для создания классов для поиска информации, зная почту.
Абстрактный класс, который описывает макет для создания классов для поиска информации, зная почту. # noqa: E501
"""

from abc import ABC, abstractmethod
Expand Down
Loading

0 comments on commit 95166d4

Please sign in to comment.