Skip to content

Commit

Permalink
Merge pull request #32 from genotoul-bioinfo/add_black_formatter
Browse files Browse the repository at this point in the history
Add black formatter
  • Loading branch information
JeanMainguy authored Nov 27, 2024
2 parents 6a9cf4a + 09b2717 commit 1f8783f
Show file tree
Hide file tree
Showing 20 changed files with 1,296 additions and 718 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/black_lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Lint

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ cython_debug/
# Custome folder
# testing
test_data/


.vscode/

.pytest_cache/

Binette_TestData/
2 changes: 1 addition & 1 deletion binette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.3'
__version__ = "1.0.3"
Loading

0 comments on commit 1f8783f

Please sign in to comment.