Skip to content

Commit

Permalink
updated requirements and pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merillium committed Feb 4, 2024
1 parent 04db8a3 commit bb3d99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
- name: Analysing the code with pylint
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ plotly==5.18.0
python-chess==1.10.0
python-lichess==0.10 # Client for lichess.org API
mock==5.1.0
pylint==3.0.3

debugpy # Required for debugging.

0 comments on commit bb3d99a

Please sign in to comment.