Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Bump wemake-python-styleguide from 0.8.1 to 0.9.0 #94

Merged
merged 1 commit into from
Jun 21, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 20, 2019

Bumps wemake-python-styleguide from 0.8.1 to 0.9.0.

Release notes

Sourced from wemake-python-styleguide's releases.

Version 0.9.0

This is mostly a supporting release with several new features
and lots of bug fixes.

Features

  • Forbids to use magic module methods __getattr__ and __dir__
  • Forbids to use multiline conditions
  • Forbids local variables that are only used in return statements

Bugfixes

  • Fixes module names for modules like io.py
  • Fixes false positive Z310 for numbers like 0xE
  • Fixes false positive for compare ordering with await
  • Fixes problem with missing _allowed_left_nodes
  • Fixes problem false positive for Z121 when using _ for unused var names
  • Fixes false positive for negative number in default values
  • Fixes error text for ComplexDefaultValuesViolation
  • Fixes problem with false positive for Z459
    when a default value is an Ellipsis

Misc

  • Adds py.typed file in case someone will import our code,
    now it will have types
  • Adds several missing @final decorators
  • Enforces typing support
  • Refactors how typing_extensions package is used
  • Adds docs about black
  • Adds big "Star" button
  • Multiple dependencies update
  • Better exclude rule for flake8 check
  • Removed warnings from pytest
Changelog

Sourced from wemake-python-styleguide's changelog.

0.9.0

This is mostly a supporting release with several new features
and lots of bug fixes.

Features

  • Forbids to use magic module methods __getattr__ and __dir__
  • Forbids to use multiline conditions
  • Forbids local variables that are only used in return statements

Bugfixes

  • Fixes module names for modules like io.py
  • Fixes false positive Z310 for numbers like 0xE
  • Fixes false positive for compare ordering with await
  • Fixes problem with missing _allowed_left_nodes
  • Fixes problem false positive for Z121 when using _ for unused var names
  • Fixes false positive for negative number in default values
  • Fixes error text for ComplexDefaultValuesViolation
  • Fixes problem with false positive for Z459
    when a default value is an Ellipsis

Misc

  • Adds py.typed file in case someone will import our code,
    now it will have types
  • Adds several missing @final decorators
  • Enforces typing support
  • Refactors how typing_extensions package is used
  • Adds docs about black
  • Adds big "Star" button
  • Multiple dependencies update
  • Better exclude rule for flake8 check
  • Removed warnings from pytest
Commits

Dependabot compatibility score

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@lk-geimfari
Copy link
Owner

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/wemake-python-styleguide-0.9.0 branch from 14c806e to bc28613 Compare June 21, 2019 06:22
@sobolevn sobolevn merged commit 8e6f09d into master Jun 21, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/wemake-python-styleguide-0.9.0 branch June 21, 2019 07:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants