Skip to content

Commit

Permalink
updated pylint dep for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Jan 16, 2024
1 parent 30fb3d2 commit c7b01a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run default linting script
run: |
pwd
ls
find pyensembl -name '*.py'
./lint.sh
- name: Install Ensembl data
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ memoized-property>=1.0.2
tinytimer>=0.0.0,<1.0.0
gtfparse>=2.4.0,<3.0.0
serializable>=0.2.1,<1.0.0
pylint>=1.4.4,<2.0.0
pylint>=2.17.2,<3.0.0

0 comments on commit c7b01a2

Please sign in to comment.