-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: add compatibility with palm release (#50)
BREAKING CHANGE: add compatibility with palm release * ci: update workflow dependencies * docs: update README * build: update plugin requirements * fix: message_control enabled weren't being used * refactor: allow 120 characters per line when pylint is executed * feat: override get_dirs method * chore: increase eox-tenant version * fix: gh-action-pypi-publish version --------- Co-authored-by: andrey-canon <[email protected]>
- Loading branch information
1 parent
4b1b2d2
commit 0f21bb2
Showing
14 changed files
with
102 additions
and
168 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.6.0 | ||
asgiref==3.7.2 | ||
# via django | ||
django==3.2.16 | ||
django==3.2.23 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
eox-tenant==8.0.0 | ||
eox-tenant==10.0.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
pytz==2022.2.1 | ||
pytz==2022.7.1 | ||
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
six==1.16.0 | ||
# via -r requirements/base.in | ||
sqlparse==0.4.3 | ||
sqlparse==0.4.4 | ||
# via django | ||
typing-extensions==4.8.0 | ||
# via asgiref |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Django==3.2.16 | ||
Django==3.2.23 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,77 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.6.0 | ||
asgiref==3.7.2 | ||
# via | ||
# -r requirements/base.txt | ||
# django | ||
astroid==2.11.7 | ||
astroid==2.13.5 | ||
# via | ||
# -r requirements/test.in | ||
# pylint | ||
coverage[toml]==6.5.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/test.in | ||
dill==0.3.6 | ||
coverage==7.3.2 | ||
# via -r requirements/test.in | ||
dill==0.3.7 | ||
# via pylint | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.txt | ||
# -r requirements/test.in | ||
eox-tenant==8.0.0 | ||
eox-tenant==10.0.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.txt | ||
isort==5.12.0 | ||
# via pylint | ||
lazy-object-proxy==1.9.0 | ||
# via astroid | ||
mako==1.2.3 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/test.in | ||
markupsafe==2.1.2 | ||
mako==1.3.0 | ||
# via -r requirements/test.in | ||
markupsafe==2.1.3 | ||
# via mako | ||
mccabe==0.7.0 | ||
# via pylint | ||
mock==4.0.3 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/test.in | ||
path==16.6.0 | ||
mock==5.1.0 | ||
# via -r requirements/test.in | ||
path==16.7.1 | ||
# via path-py | ||
path-py==12.5.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/test.in | ||
platformdirs==2.6.2 | ||
# via -r requirements/test.in | ||
platformdirs==3.11.0 | ||
# via pylint | ||
pycodestyle==2.8.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/test.in | ||
pylint==2.13.9 | ||
pylint==2.15.10 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/test.in | ||
pytz==2022.2.1 | ||
pytz==2022.7.1 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.txt | ||
# django | ||
six==1.16.0 | ||
# via -r requirements/base.txt | ||
sqlparse==0.4.3 | ||
sqlparse==0.4.4 | ||
# via | ||
# -r requirements/base.txt | ||
# django | ||
testfixtures==7.0.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/test.in | ||
testfixtures==7.2.2 | ||
# via -r requirements/test.in | ||
tomli==2.0.1 | ||
# via pylint | ||
tomlkit==0.12.3 | ||
# via pylint | ||
typing-extensions==4.8.0 | ||
# via | ||
# coverage | ||
# -r requirements/base.txt | ||
# asgiref | ||
# astroid | ||
# pylint | ||
wrapt==1.14.1 | ||
wrapt==1.16.0 | ||
# via astroid | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
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,38 +1,38 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
cachetools==5.3.0 | ||
cachetools==5.3.2 | ||
# via tox | ||
chardet==5.1.0 | ||
chardet==5.2.0 | ||
# via tox | ||
colorama==0.4.6 | ||
# via tox | ||
distlib==0.3.6 | ||
distlib==0.3.7 | ||
# via virtualenv | ||
filelock==3.9.0 | ||
filelock==3.13.1 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==23.0 | ||
packaging==23.2 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==2.6.2 | ||
platformdirs==3.11.0 | ||
# via | ||
# tox | ||
# virtualenv | ||
pluggy==1.0.0 | ||
pluggy==1.3.0 | ||
# via tox | ||
pyproject-api==1.5.0 | ||
pyproject-api==1.6.1 | ||
# via tox | ||
tomli==2.0.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
tox==4.4.3 | ||
tox==4.11.3 | ||
# via -r requirements/tox.in | ||
virtualenv==20.17.1 | ||
virtualenv==20.24.6 | ||
# via tox |
Oops, something went wrong.