Releases: snakemake/snakefmt
Releases · snakemake/snakefmt
Version 0.3.1
Fixed
- Support nested python code following python/snakemake nested code ([#96])
Removed
Dockerfile
has been removed as the
biocontainers images are smaller
and some recent changes to thecryptography
dependency require Rust to be installed
(on Alpine) which further bloats our DockerHub image.
Version 0.3.0
Version 0.2.6
Version 0.2.5
Added
- Documentation for integration with Visual Studio Code (#80; thanks @austinkeller)
- Issue warnings for comment-related formatting (#85)
- File-specific logging: warnings and errors during reformatting now automatically refer to the raising source file.
Fixed
Better comment-related formatting (#85; thanks @dlaehnemann):
- PEP8 inline comment formatting: use 2 spaces
- Comments above keywords stay untouched
- Inline comments in inline-formatted keywords get relocated above
keyword
Version 0.2.4
Version 0.2.3
Added
- Add a vim plugin to
snakefmt
[#62] and instructions to use it - New searching for project configuration. Used to look for
pyproject.toml
in current working directory, now recursively search for it in directories of formatted file(s).
Version 0.2.2
Version 0.2.1
Added
- new
scattergather
directive to the grammar [#74]