Skip to content

Commit

Permalink
Contribution cleanup (#1412)
Browse files Browse the repository at this point in the history
* adding pylint to requirements-dev.txt

* fixing package name references

* removing invalid black configuration

* adding mypy to requirements-dev.txt

* adding bandit & doc8 to requirements-dev.txt
  • Loading branch information
bandophahita committed Jun 12, 2024
1 parent fcca950 commit 876e4a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
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

0 comments on commit 876e4a9

Please sign in to comment.