925500dc00
Gather all significant changes for a releasenote Change-Id: Id9445df63becf088c7b33542e736cccd80d1ff93
8 lines
343 B
YAML
8 lines
343 B
YAML
---
|
|
features:
|
|
- Python 3.6 support added
|
|
- Hidden files such as ``.bashrc`` are no longer checked for ``#!`` (E005)
|
|
- A basic check for ``[[`` when using non-POSIX comparisions such as
|
|
``=~`` is added
|
|
- Enable bashate to be called as a module ``python -m bashate ...``
|
|
- Enable `pre-commit.com <https://pre-commit.com>`__ support |