Skip to content

Commit

Permalink
future note python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 13, 2020
1 parent ba58eeb commit 49660c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- name: Run yaml-lint
run: yamllint $(find ${GITHUB_WORKSPACE} -type f -name "*.yaml")

# TO DO: Python linting for scripts/ dir

# Disable RST linting for now, rethink for sphinx
#rst_lint:
# runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org
## [Development]

- Rewrite shell scripts in python?
- Overabundance of files in database update and snippy_filtering
- Then add python linting
- Overabundance of files in database update
- Deal with the fail to publish issue with NCBImeta db
- Add exact-repeats and tandem repeats detection
- Add GeoPy to phylo-env environment
Expand All @@ -25,6 +26,7 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org
- scripts/sqlite_EAGER_tsv.py scripts/sqlite_NextStrain_tsv.py scripts/geocode_NextStrain.py
- pre-commit and linting
- gh-actions workflow
- Automate SNPEff db creation

### Changed

Expand Down

0 comments on commit 49660c4

Please sign in to comment.