Skip to content

Commit

Permalink
hunter integration, refactor, infraNodeCount added
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-boyapally committed Jan 24, 2024
2 parents c4678dc + 765ec53 commit 2d6bf5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint -d C0103 $(git ls-files '*.py' | grep -v 'hunter/')
pylint -d C0103 $(git ls-files '*.py' | grep -v 'hunter/')
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ isort==5.13.2
mccabe==0.7.0
more-itertools==8.14.0
numpy==1.26.3
orion @ file:///Users/sboyapal/Documents/Redhat/orion
pandas==2.1.4
platformdirs==4.1.0
pylint==3.0.3
Expand Down

0 comments on commit 2d6bf5f

Please sign in to comment.