Skip to content

Commit 26d6637

Browse files
authored
Merge pull request #32 from eadwinCode/pydependencies_upgrade
Pydependencies upgrade
2 parents abee982 + e593000 commit 26d6637

File tree

84 files changed

+291
-2532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+291
-2532
lines changed

.coveragerc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[report]
2+
exclude_lines =
3+
pragma: no cover
4+
def __repr__
5+
def __str__
6+
if self.debug:
7+
if settings.DEBUG
8+
raise AssertionError
9+
raise NotImplementedError
10+
if 0:
11+
if __name__ == .__main__.:
12+
class .*\bProtocol\):
13+
@(abc\.)?abstractmethod

.github/workflows/test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
13+
python-version: ['3.7', '3.8', '3.9', '3.10']
1414

1515
steps:
1616
- uses: actions/checkout@v3

ellar/__main__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

ellar/cli/__init__.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

ellar/cli/_main.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

ellar/cli/file_scaffolding.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

ellar/cli/manage_commands/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

ellar/cli/manage_commands/create_module.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)