Skip to content

Commit

Permalink
Merge branch 'main' into KCE/GnomAD_api_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
KajusC authored Aug 22, 2024
2 parents 197864c + d1fe777 commit 5a23fea
Show file tree
Hide file tree
Showing 109 changed files with 604,479 additions and 939 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Pylint

on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
58 changes: 0 additions & 58 deletions GUI/back-end/data_collection/__init__.py

This file was deleted.

205 changes: 0 additions & 205 deletions GUI/back-end/data_collection/collection.py

This file was deleted.

Loading

0 comments on commit 5a23fea

Please sign in to comment.