Skip to content

Commit

Permalink
Merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Oct 6, 2023
2 parents 27c1176 + f3ff6ad commit aaa45fc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/black_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Black

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: psf/black@stable
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## [unreleased]
### Fixed
- Typo in instructions to download genes in README document
### Changed
- Code formatted with black and black check GitHub action
- Renamed `schug.load.ensembl.fetch_ensembl_exon_lines` function to `schug.load.ensembl.fetch_ensembl_exons`

## [1.2]
### Added
Expand Down

0 comments on commit aaa45fc

Please sign in to comment.