Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jan 4, 2024
1 parent 914df00 commit e22265e
Show file tree
Hide file tree
Showing 6 changed files with 17,683 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/pr_labels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1'
version: "1"
invalidStatus: "pending"
labelRule:
values:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ concurrency:
cancel-in-progress: true

jobs:

# Use ruff to check for code style violations
ruff-check:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -73,11 +72,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"

- name: Install pipreqs
run: pip install pipreqs

- name: Install requirements
run: pip install -r requirements.txt

Expand Down Expand Up @@ -134,5 +133,3 @@ jobs:

- name: editorconfig --> Lint files
run: editorconfig-checker $(git ls-files | grep -v 'test\|.py\|.md\|.json\|.yml\|.yaml\|.html')


17 changes: 9 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# .pre-commit-config.yaml
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.7.1'
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.1"
hooks:
- id: mypy
additional_dependencies: [
- id: mypy
additional_dependencies:
[
types-Markdown,
types-PyYAML,
types-requests,
types-setuptools,
types-tabulate,
]
]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Collection of EPPs for the Scilifelab Stockholm node.

Table of contents

- [scilifelab\_epps](#scilifelab_epps)
- [scilifelab_epps](#scilifelab_epps)
- [Overview](#overview)
- [Installation](#installation)
- [Development](#development)
Expand Down
8 changes: 4 additions & 4 deletions data/QC_criteria.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
}
},
"Finished library (by user)": {
"MiSeq":{
"MiSeq": {
"default": {
"default": {
"Concentration": 2,
Expand All @@ -208,7 +208,7 @@
"Concentration": 2,
"Volume (ul)": 110
},
"XP clustering":{
"XP clustering": {
"Concentration": 1.5,
"Volume (ul)": 25
}
Expand All @@ -218,7 +218,7 @@
"Concentration": 2,
"Volume (ul)": 160
},
"XP clustering":{
"XP clustering": {
"Concentration": 1.5,
"Volume (ul)": 30
}
Expand All @@ -228,7 +228,7 @@
"Concentration": 2,
"Volume (ul)": 320
},
"XP clustering":{
"XP clustering": {
"Concentration": 1.5,
"Volume (ul)": 35
}
Expand Down
17,667 changes: 17,666 additions & 1 deletion data/SMARTSEQ3_indexes.json

Large diffs are not rendered by default.

0 comments on commit e22265e

Please sign in to comment.