One more thing: flake8 still fails on := operator.
And there's nothing we can do about it.
Please, be patient – this linter does not allow to have := in the source code anyway!
Features
Breaking: removes flake8-executable, now using WPS452 instead of EXE001..EXE005
Breaking: removes flake8-print, now using WPS421 instead of T001
Breaking: removes flake8-builtins, now using WPS125 instead of A001..A005
Breaking: removes flake8-annotations-complexity,
now using WPS234 instead of TAE002
Breaking: removes flake8-pep3101, now using WPS323 instead of S001,
we also use a new logic for this violation:
we check string defs for % patterns, and not for % operator
Breaking: WPS441 is no longer triggered for except blocks,
it is now handled by F821 from flake8
Breaking: removes radon,
because cognitive-complexity and mccabe is enough
Breaking: removes flake8-loggin-format as a direct dependency
Breaking: removes ImplicitTernaryViolation or WPS332,
because it has too many false positives #1099
Removes flake8-coding, all encoding strings, visitor and tests
for old WPS323 which is now reused for modulo formatting checks
Adds python3.8 support
Changes styleguide.toml and flake8.toml scripts definition
Breaking: removes flake8-executable, now using WPS452 instead of EXE001..EXE005
Breaking: removes flake8-print, now using WPS421 instead of T001
Breaking: removes flake8-builtins, now using WPS125 instead of A001..A005
Breaking: removes flake8-annotations-complexity,
now using WPS234 instead of TAE002
Breaking: removes flake8-pep3101, now using WPS323 instead of S001,
we also use a new logic for this violation:
we check string defs for % patterns, and not for % operator
Breaking: WPS441 is no longer triggered for except blocks,
it is now handled by F821 from flake8
Breaking: removes radon,
because cognitive-complexity and mccabe is enough
Breaking: removes flake8-loggin-format as a direct dependency
Breaking: removes ImplicitTernaryViolation or WPS332,
because it has too many false positives #1099
Removes flake8-coding, all encoding strings, visitor and tests
for old WPS323 which is now reused for modulo formatting checks
Adds python3.8 support
Changes styleguide.toml and flake8.toml scripts definition
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps wemake-python-styleguide from 0.13.2 to 0.14.0.
Release notes
Sourced from wemake-python-styleguide's releases.
Changelog
Sourced from wemake-python-styleguide's changelog.
Commits
a0e4107
Version 0.14.0 release69e99b6
Version 0.14.0 release97ef6cf
Fixes class field cases under other nodes4f278f5
Closes #1254e185072
Update misspell.ymld3e84ca
Update misspell.ymlbf7fd31
Delete misspell.ymle12aa89
Fixes by misspell-fixer (#1272)6df94cd
Create misspell.yml228ea75
Create misspell.ymlDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)