We follow Semantic Versions.
- Forbid to use
\r\n
(CRLF) end-of-line
- Drops
python3.7
andpython3.8
support - Adds
python3.11
andpython3.12
support - Removes
importlib_metadata
package
- Updates multiple dependencies
python3.6
support is droppedpkg_resources
is removed, nowimportlib_metadata
is used
- Now using
attrs
instead ofdataclasses
python3.9
andpython3.10
support- Updates
click
version
- Updates
wemake-python-styleguide
to0.16
- Updates
typing_extensions
package
- Adds
python3.8
support - Adds black-list of variable names
- Updates
wemake-python-styleguide
to0.14
- Updates
poetry
to1.0
- Updates
reviewdog
tov0.11.0
- Moves from Travis to GitHub actions
- Adds support for pre-commit
- Adds docker support
- Adds Github Action support
- Updates
wemake-python-styleguide
to0.13
- Documentation updates
- Now allows to work with
click<7
, it resolves compatibility with other tools - Updates
wemake-python-styleguide
to0.7
- Fixes issue with duplicate values across different files
- Fixes issue with empty comments
wemake-python-styleguide
upgrade
- Fixes how homepage in defined in
pyproject.toml
- Improves docs: adds examples and usage section to the
README.md
- Changes state: from Alpha to Beta
- Initial release