Skip to content

Commit

Permalink
Dev wd (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb authored Jul 19, 2024
2 parents 75f002c + b685387 commit 8aa9d2e
Show file tree
Hide file tree
Showing 23 changed files with 1,316 additions and 2,114 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@main
with:
environment-file: env.yml
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/flake.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@main
with:
environment-file: env.yml
Expand All @@ -25,7 +25,7 @@ jobs:
- name: build
run: |
micromamba activate dissectBCL
pip install ./
pip install .[dev]
- name: pytest
run: |
micromamba activate dissectBCL
Expand Down
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
repos:
- repo: "https://github.com/pycqa/flake8"
rev: "6.0.0"
hooks:
- id: flake8
exclude: ^(build|docs|tests)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
hooks:
- id: ruff
14 changes: 0 additions & 14 deletions AUTHORS

This file was deleted.

Loading

0 comments on commit 8aa9d2e

Please sign in to comment.