Skip to content

Commit

Permalink
updated version windows for requirements and updated pylint workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally committed Feb 5, 2024
1 parent c810e06 commit 8e9c9e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
pip install .
- name: Analysing the code with pylint
run: |
pylint -d C0103 $(git ls-files '*.py')
19 changes: 10 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
astroid==3.0.2
astroid==3.0.3
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.7
Expand All @@ -10,16 +10,16 @@ elastic-transport==8.11.0
elasticsearch==8.11.1
elasticsearch7==7.13.0
expandvars==0.6.5
fmatch==0.0.4
gevent==23.9.1
greenlet==3.0.3
hunter @ git+https://github.com/datastax-labs/hunter.git@8ff166979d000780ad548e49f006ef2a15d54123
idna==3.6
isort==5.13.2
mccabe==0.7.0
more-itertools==8.14.0
numpy==1.24.0
fmatch==0.0.4
pandas==2.1.4
numpy
pandas
platformdirs==4.1.0
pylint==3.0.3
pystache==0.6.5
Expand All @@ -28,17 +28,18 @@ pytz==2023.3.post1
PyYAML==6.0.1
regex==2023.12.25
requests==2.31.0
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.8
scipy==1.12.0
signal-processing-algorithms==1.3.5
ruamel.yaml
ruamel.yaml.clib
scipy
signal-processing-algorithms==1.3.4
six==1.16.0
slack_sdk==3.26.2
structlog==19.2.0
tabulate==0.8.10
tomli==2.0.1
tomlkit==0.12.3
typed-ast==1.5.5
typing-extensions==3.10.0.2
typing_extensions==4.9.0
tzdata==2023.4
tzlocal==5.2
urllib3==1.26.18
Expand Down

0 comments on commit 8e9c9e6

Please sign in to comment.