Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contribution cleanup #1412

Merged
merged 5 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -617,4 +616,4 @@ min-public-methods = 2
# "BaseException, Exception".
overgeneral-exceptions = '''BaseException,
Exception
'''
'''
4 changes: 4 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down