diff --git a/pyproject.toml b/pyproject.toml index 50fd690f9..26ed17880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ [tool.black] target-version = ['py36', 'py37', 'py38', 'py39'] line-length = 120 -include_trailing_comma = false include = '(atlassian|examples|tests)\/.*(\.py|GET|POST)' [tool.pylint.format] @@ -617,4 +616,4 @@ min-public-methods = 2 # "BaseException, Exception". overgeneral-exceptions = '''BaseException, Exception -''' \ No newline at end of file +''' diff --git a/requirements-dev.txt b/requirements-dev.txt index bfa746dc6..9a22795a1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,6 +10,10 @@ coverage codecov # used for example confluence attach file python-magic +pylint +mypy +bandit +doc8 # On October 4, 2022 importlib-metadata released importlib-metadata 5.0.0 and in version 5.0.0 # They have Deprecated EntryPoints and that's why you are facing this error. diff --git a/requirements.txt b/requirements.txt index 4c2340220..0092d3d55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -deprecated +Deprecated requests>=2.8.1 six oauthlib -requests_oauthlib +requests-oauthlib requests-kerberos==0.14.0 # Add this package to search string in json jmespath