Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump importlib-metadata from 1.5.0 to 1.5.2 #1288

Merged
merged 1 commit into from Mar 26, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps importlib-metadata from 1.5.0 to 1.5.2.

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 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.0 to 1.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 26, 2020
@coveralls
Copy link

coveralls commented Mar 26, 2020

Pull Request Test Coverage Report for Build 2892

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 2874: 0.0%
Covered Lines: 5354
Relevant Lines: 5354

💛 - Coveralls

@sobolevn sobolevn merged commit dd5fd5a into master Mar 26, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/importlib-metadata-1.5.2 branch March 26, 2020 08:28
sobolevn pushed a commit that referenced this pull request Jul 29, 2020
Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.0 to 1.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
sobolevn added a commit that referenced this pull request Oct 20, 2020
* Changes wps action

* fix checking wrong variable naming should be case insensitive (#1278)

* fix: check wrong variable name as case insensitive

Issue #1275

* test: add test_wrong_variable_name_case_insensitive

Issue #1275

* docs: add bugfix changelog entry in 0.15.0

Issue: #1275

* test: add integration test for uppercase wrong name

Issue: #1275

* lint: fix import sorting and empty lines separation

* refactor: pass ignored_types as a tuple

* test: add class_name fixture template

* Bump docutils from 0.13.1 to 0.16 (#1289)

Bumps [docutils](http://docutils.sourceforge.net/) from 0.13.1 to 0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump importlib-metadata from 1.5.0 to 1.5.2 (#1288)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.0 to 1.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Updates dependencies

* Bump importlib-metadata from 1.5.2 to 1.6.0 (#1302)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.2 to 1.6.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.0 to 2.9.1 (#1301)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.0...2.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Create test.yml

* Delete .travis.yml

* Update README.md

* Update Makefile

* Update test.yml

* Update setup.cfg

* Update test.yml

* Update test.yml

* Update test.yml

* Fixes CI

* Fixes CI

* Fixes CI

* Fixes CI

* Update typing-extensions from 3.7.4.1 to 3.7.4.2 (#1305)

* [feat] Add rule for f-string complexity

This commit introduces a new rule that performs an additional check on
f-strings. While the previous rule simply disallowed all f-strings,
this new rule allows f-strings that are not too complex. Complexity
is measured by whitelisting what is allowed, namely:

- Value of a variable itself
- Value of a collection through lookup with a Name, Num or Str
- Return value of a call without arguments

Co-authored-by: Ruwaid Louis <ruwaid4@hotmail.com>

* Progress on WPS236

* Lower amount of linter errors

* Finish business logic for rule WPS236

Co-authored-by: David Stevens <davidstevens.nz@gmail.com>

* Update builtins.py

* Update function docstring

* Make requested changes

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Ammar Najjar <ammarnajjar@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pyup.io bot <github-bot@pyup.io>
Co-authored-by: Ruwaid Louis <ruwaid4@hotmail.com>
Co-authored-by: Ruwaid Louis <ruwaid@kth.se>
sobolevn added a commit that referenced this pull request Oct 22, 2020
* Changes wps action

* fix checking wrong variable naming should be case insensitive (#1278)

* fix: check wrong variable name as case insensitive

Issue #1275

* test: add test_wrong_variable_name_case_insensitive

Issue #1275

* docs: add bugfix changelog entry in 0.15.0

Issue: #1275

* test: add integration test for uppercase wrong name

Issue: #1275

* lint: fix import sorting and empty lines separation

* refactor: pass ignored_types as a tuple

* test: add class_name fixture template

* Bump docutils from 0.13.1 to 0.16 (#1289)

Bumps [docutils](http://docutils.sourceforge.net/) from 0.13.1 to 0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump importlib-metadata from 1.5.0 to 1.5.2 (#1288)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.0 to 1.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Updates dependencies

* Bump importlib-metadata from 1.5.2 to 1.6.0 (#1302)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.2 to 1.6.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.0 to 2.9.1 (#1301)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.0...2.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Create test.yml

* Delete .travis.yml

* Update README.md

* Update Makefile

* Update test.yml

* Update setup.cfg

* Update test.yml

* Update test.yml

* Update test.yml

* Fixes CI

* Fixes CI

* Fixes CI

* Fixes CI

* Update typing-extensions from 3.7.4.1 to 3.7.4.2 (#1305)

* Bump typing-extensions from 3.7.4.1 to 3.7.4.2 (#1306)

Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.1 to 3.7.4.2.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](https://github.com/python/typing/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump python from 3.7-alpine to 3.8.2-alpine (#1300)

Bumps python from 3.7-alpine to 3.8.2-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update sphinx from 2.4.4 to 3.0.0 (#1313)

* Closes #1308

* Fixes CI

* Fixes CI

* Bump coveralls from 1.11.1 to 2.0.0 (#1316)

Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.11.1 to 2.0.0.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](TheKevJames/coveralls-python@1.11.1...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinx from 2.4.4 to 3.0.0 (#1310)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v2.4.4...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesmith from 0.0.5 to 0.0.6 (#1322)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 (#1326)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases)
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.3.1...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 in /docs (#1325)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases)
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.3.1...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update test.yml

* Update README.md

* Updates flake8-pytest-style

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation (#1324)

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation

* updated test_magic_attributes suite

* pep8

* pep8

* Trigger tests

* Trigger tests

* Fixing rtd

* docs-fix (issue-#1328) (#1331)

* documentation-update

* documentation-fix

* Bump hypothesis from 5.8.0 to 5.8.3 (#1334)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.0 to 5.8.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.8.0...hypothesis-python-5.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update FUNDING.yml

* Update tomlkit from 0.5.11 to 0.6.0 (#1336)

* Bump hypothesis from 5.8.3 to 5.9.0 (#1341)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.3 to 5.9.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.8.3...hypothesis-python-5.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.1 to 3.0.0 (#1338)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.1 to 3.0.0.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.1...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump pytest-randomly from 3.2.1 to 3.3.1 (#1339)

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/pytest-dev/pytest-randomly/releases)
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/master/HISTORY.rst)
- [Commits](pytest-dev/pytest-randomly@3.2.1...3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.9.0 to 5.9.1 (#1342)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.9.0...hypothesis-python-5.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-pytest-style from 1.0.0 to 1.1.0 (#1340)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](m-burst/flake8-pytest-style@v1.0.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump tomlkit from 0.5.11 to 0.6.0 (#1337)

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.5.11...0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* remove false positive DirectMagicAttributeAccessViolation on __version__ (#1345)

#1314

* Bump hypothesmith from 0.0.6 to 0.0.7 (#1351)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump darglint from 1.2.2 to 1.2.3 (#1349)

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/raddessi/SublimeLinter-contrib-darglint/releases)
- [Commits](https://github.com/raddessi/SublimeLinter-contrib-darglint/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-pytest-style from 1.1.0 to 1.1.1 (#1350)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](m-burst/flake8-pytest-style@v1.1.0...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.9.1 to 5.10.1 (#1348)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.1 to 5.10.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.9.1...hypothesis-python-5.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Add FloatComplexCompareViolation and corresponding visitor

* Add E2E testcase for WPS454

* Add unit tests for WPS454

* Update CHANGELOG.md

* Issue 1344: Make changes requested in code review

* Issue 1344: Update E2E test

* Merge

* Merge

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Ammar Najjar <ammarnajjar@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pyup.io bot <github-bot@pyup.io>
Co-authored-by: Mattan Yeroushalmi <mattany@gmail.com>
Co-authored-by: Priyanshu Sharma <59313375+priyanshu20@users.noreply.github.com>
Co-authored-by: Alwx <alwxsin@gmail.com>
sobolevn added a commit that referenced this pull request Oct 22, 2020
* Changes wps action

* fix checking wrong variable naming should be case insensitive (#1278)

* fix: check wrong variable name as case insensitive

Issue #1275

* test: add test_wrong_variable_name_case_insensitive

Issue #1275

* docs: add bugfix changelog entry in 0.15.0

Issue: #1275

* test: add integration test for uppercase wrong name

Issue: #1275

* lint: fix import sorting and empty lines separation

* refactor: pass ignored_types as a tuple

* test: add class_name fixture template

* Bump docutils from 0.13.1 to 0.16 (#1289)

Bumps [docutils](http://docutils.sourceforge.net/) from 0.13.1 to 0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump importlib-metadata from 1.5.0 to 1.5.2 (#1288)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.0 to 1.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Updates dependencies

* Bump importlib-metadata from 1.5.2 to 1.6.0 (#1302)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.2 to 1.6.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.0 to 2.9.1 (#1301)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.0...2.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Create test.yml

* Delete .travis.yml

* Update README.md

* Update Makefile

* Update test.yml

* Update setup.cfg

* Update test.yml

* Update test.yml

* Update test.yml

* Fixes CI

* Fixes CI

* Fixes CI

* Fixes CI

* Update typing-extensions from 3.7.4.1 to 3.7.4.2 (#1305)

* Bump typing-extensions from 3.7.4.1 to 3.7.4.2 (#1306)

Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.1 to 3.7.4.2.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](https://github.com/python/typing/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump python from 3.7-alpine to 3.8.2-alpine (#1300)

Bumps python from 3.7-alpine to 3.8.2-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update sphinx from 2.4.4 to 3.0.0 (#1313)

* Closes #1308

* Fixes CI

* Fixes CI

* Bump coveralls from 1.11.1 to 2.0.0 (#1316)

Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.11.1 to 2.0.0.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](TheKevJames/coveralls-python@1.11.1...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinx from 2.4.4 to 3.0.0 (#1310)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v2.4.4...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesmith from 0.0.5 to 0.0.6 (#1322)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 (#1326)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases)
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.3.1...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 in /docs (#1325)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases)
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.3.1...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update test.yml

* Update README.md

* Updates flake8-pytest-style

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation (#1324)

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation

* updated test_magic_attributes suite

* pep8

* pep8

* Trigger tests

* Trigger tests

* Fixing rtd

* docs-fix (issue-#1328) (#1331)

* documentation-update

* documentation-fix

* Bump hypothesis from 5.8.0 to 5.8.3 (#1334)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.0 to 5.8.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.8.0...hypothesis-python-5.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update FUNDING.yml

* Update tomlkit from 0.5.11 to 0.6.0 (#1336)

* Bump hypothesis from 5.8.3 to 5.9.0 (#1341)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.3 to 5.9.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.8.3...hypothesis-python-5.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.1 to 3.0.0 (#1338)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.1 to 3.0.0.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.1...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump pytest-randomly from 3.2.1 to 3.3.1 (#1339)

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/pytest-dev/pytest-randomly/releases)
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/master/HISTORY.rst)
- [Commits](pytest-dev/pytest-randomly@3.2.1...3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.9.0 to 5.9.1 (#1342)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.9.0...hypothesis-python-5.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-pytest-style from 1.0.0 to 1.1.0 (#1340)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](m-burst/flake8-pytest-style@v1.0.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump tomlkit from 0.5.11 to 0.6.0 (#1337)

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.5.11...0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* remove false positive DirectMagicAttributeAccessViolation on __version__ (#1345)

#1314

* Bump hypothesmith from 0.0.6 to 0.0.7 (#1351)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump darglint from 1.2.2 to 1.2.3 (#1349)

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/raddessi/SublimeLinter-contrib-darglint/releases)
- [Commits](https://github.com/raddessi/SublimeLinter-contrib-darglint/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-pytest-style from 1.1.0 to 1.1.1 (#1350)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](m-burst/flake8-pytest-style@v1.1.0...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.9.1 to 5.10.1 (#1348)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.1 to 5.10.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.9.1...hypothesis-python-5.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump autopep8 from 1.5.1 to 1.5.2 (#1355)

Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v1.5.1...v1.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.10.1 to 5.10.4 (#1360)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.10.1 to 5.10.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.10.1...hypothesis-python-5.10.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Forbids to use single `return None` (#1365)

* Bump hypothesmith from 0.0.7 to 0.1.0 (#1367)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.7 to 0.1.0.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump safety from 1.8.7 to 1.9.0 (#1368)

Bumps [safety](https://github.com/pyupio/safety) from 1.8.7 to 1.9.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/master/HISTORY.rst)
- [Commits](pyupio/safety@1.8.7...1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Add `__await__` to the list of priority magic methods (#1372)

* Spellcheck (#1374)

* fix some spelling

* fix more

* rename

* fix erro message

* capitalize GitHub

* fix a bit more in the code

* brake -> breake

* Update link to error codes (#1377)

* Update constants.py

* forbid single element destructuring

* fix style issues

* apply requested changes

* remove unnecessary examples
* rename code fragments
* add some new tests
* update existing tests

* update docs

* Merge

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Ammar Najjar <ammarnajjar@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pyup.io bot <github-bot@pyup.io>
Co-authored-by: Mattan Yeroushalmi <mattany@gmail.com>
Co-authored-by: Priyanshu Sharma <59313375+priyanshu20@users.noreply.github.com>
Co-authored-by: Alwx <alwxsin@gmail.com>
Co-authored-by: Nick Khitrov <khitrov34@gmail.com>
Co-authored-by: Nick Khitrov <nkhitrov@ccsteam.ru>
Co-authored-by: Gram <mail@orsinium.dev>
Co-authored-by: Sam Bull <aa6bs0@sambull.org>
sobolevn added a commit that referenced this pull request Oct 22, 2020
* Changes wps action

* fix checking wrong variable naming should be case insensitive (#1278)

* fix: check wrong variable name as case insensitive

Issue #1275

* test: add test_wrong_variable_name_case_insensitive

Issue #1275

* docs: add bugfix changelog entry in 0.15.0

Issue: #1275

* test: add integration test for uppercase wrong name

Issue: #1275

* lint: fix import sorting and empty lines separation

* refactor: pass ignored_types as a tuple

* test: add class_name fixture template

* Bump docutils from 0.13.1 to 0.16 (#1289)

Bumps [docutils](http://docutils.sourceforge.net/) from 0.13.1 to 0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump importlib-metadata from 1.5.0 to 1.5.2 (#1288)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.0 to 1.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Updates dependencies

* Bump importlib-metadata from 1.5.2 to 1.6.0 (#1302)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.2 to 1.6.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.0 to 2.9.1 (#1301)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.0...2.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Create test.yml

* Delete .travis.yml

* Update README.md

* Update Makefile

* Update test.yml

* Update setup.cfg

* Update test.yml

* Update test.yml

* Update test.yml

* Fixes CI

* Fixes CI

* Fixes CI

* Fixes CI

* Update typing-extensions from 3.7.4.1 to 3.7.4.2 (#1305)

* Bump typing-extensions from 3.7.4.1 to 3.7.4.2 (#1306)

Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.1 to 3.7.4.2.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](https://github.com/python/typing/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump python from 3.7-alpine to 3.8.2-alpine (#1300)

Bumps python from 3.7-alpine to 3.8.2-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update sphinx from 2.4.4 to 3.0.0 (#1313)

* Closes #1308

* Fixes CI

* Fixes CI

* Bump coveralls from 1.11.1 to 2.0.0 (#1316)

Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.11.1 to 2.0.0.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](TheKevJames/coveralls-python@1.11.1...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinx from 2.4.4 to 3.0.0 (#1310)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v2.4.4...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesmith from 0.0.5 to 0.0.6 (#1322)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 (#1326)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases)
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.3.1...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 in /docs (#1325)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases)
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.3.1...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update test.yml

* Update README.md

* Updates flake8-pytest-style

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation (#1324)

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation

* updated test_magic_attributes suite

* pep8

* pep8

* Trigger tests

* Trigger tests

* Fixing rtd

* docs-fix (issue-#1328) (#1331)

* documentation-update

* documentation-fix

* Bump hypothesis from 5.8.0 to 5.8.3 (#1334)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.0 to 5.8.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.8.0...hypothesis-python-5.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update FUNDING.yml

* Update tomlkit from 0.5.11 to 0.6.0 (#1336)

* Bump hypothesis from 5.8.3 to 5.9.0 (#1341)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.3 to 5.9.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.8.3...hypothesis-python-5.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.1 to 3.0.0 (#1338)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.1 to 3.0.0.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.1...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump pytest-randomly from 3.2.1 to 3.3.1 (#1339)

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/pytest-dev/pytest-randomly/releases)
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/master/HISTORY.rst)
- [Commits](pytest-dev/pytest-randomly@3.2.1...3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.9.0 to 5.9.1 (#1342)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.9.0...hypothesis-python-5.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-pytest-style from 1.0.0 to 1.1.0 (#1340)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](m-burst/flake8-pytest-style@v1.0.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump tomlkit from 0.5.11 to 0.6.0 (#1337)

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.5.11...0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* remove false positive DirectMagicAttributeAccessViolation on __version__ (#1345)

#1314

* Bump hypothesmith from 0.0.6 to 0.0.7 (#1351)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump darglint from 1.2.2 to 1.2.3 (#1349)

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/raddessi/SublimeLinter-contrib-darglint/releases)
- [Commits](https://github.com/raddessi/SublimeLinter-contrib-darglint/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-pytest-style from 1.1.0 to 1.1.1 (#1350)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](m-burst/flake8-pytest-style@v1.1.0...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.9.1 to 5.10.1 (#1348)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.1 to 5.10.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.9.1...hypothesis-python-5.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump autopep8 from 1.5.1 to 1.5.2 (#1355)

Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v1.5.1...v1.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.10.1 to 5.10.4 (#1360)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.10.1 to 5.10.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.10.1...hypothesis-python-5.10.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Forbids to use single `return None` (#1365)

* Bump hypothesmith from 0.0.7 to 0.1.0 (#1367)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.7 to 0.1.0.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump safety from 1.8.7 to 1.9.0 (#1368)

Bumps [safety](https://github.com/pyupio/safety) from 1.8.7 to 1.9.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/master/HISTORY.rst)
- [Commits](pyupio/safety@1.8.7...1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Add `__await__` to the list of priority magic methods (#1372)

* Spellcheck (#1374)

* fix some spelling

* fix more

* rename

* fix erro message

* capitalize GitHub

* fix a bit more in the code

* brake -> breake

* [1248] Implement ForbiddenInlineIgnoreViolation

* Change naming and drop variables

* Move noqa comment checks to separate visitor

* Merge

* Merge

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Ammar Najjar <ammarnajjar@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pyup.io bot <github-bot@pyup.io>
Co-authored-by: Mattan Yeroushalmi <mattany@gmail.com>
Co-authored-by: Priyanshu Sharma <59313375+priyanshu20@users.noreply.github.com>
Co-authored-by: Alwx <alwxsin@gmail.com>
Co-authored-by: Nick Khitrov <khitrov34@gmail.com>
Co-authored-by: Nick Khitrov <nkhitrov@ccsteam.ru>
Co-authored-by: Gram <mail@orsinium.dev>
sobolevn added a commit that referenced this pull request Oct 22, 2020
* Changes wps action

* fix checking wrong variable naming should be case insensitive (#1278)

* fix: check wrong variable name as case insensitive

Issue #1275

* test: add test_wrong_variable_name_case_insensitive

Issue #1275

* docs: add bugfix changelog entry in 0.15.0

Issue: #1275

* test: add integration test for uppercase wrong name

Issue: #1275

* lint: fix import sorting and empty lines separation

* refactor: pass ignored_types as a tuple

* test: add class_name fixture template

* Bump docutils from 0.13.1 to 0.16 (#1289)

Bumps [docutils](http://docutils.sourceforge.net/) from 0.13.1 to 0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump importlib-metadata from 1.5.0 to 1.5.2 (#1288)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.0 to 1.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Updates dependencies

* Bump importlib-metadata from 1.5.2 to 1.6.0 (#1302)

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 1.5.2 to 1.6.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.0 to 2.9.1 (#1301)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.0...2.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Create test.yml

* Delete .travis.yml

* Update README.md

* Update Makefile

* Update test.yml

* Update setup.cfg

* Update test.yml

* Update test.yml

* Update test.yml

* Fixes CI

* Fixes CI

* Fixes CI

* Fixes CI

* Update typing-extensions from 3.7.4.1 to 3.7.4.2 (#1305)

* Bump typing-extensions from 3.7.4.1 to 3.7.4.2 (#1306)

Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.1 to 3.7.4.2.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](https://github.com/python/typing/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump python from 3.7-alpine to 3.8.2-alpine (#1300)

Bumps python from 3.7-alpine to 3.8.2-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update sphinx from 2.4.4 to 3.0.0 (#1313)

* Closes #1308

* Fixes CI

* Fixes CI

* Bump coveralls from 1.11.1 to 2.0.0 (#1316)

Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.11.1 to 2.0.0.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](TheKevJames/coveralls-python@1.11.1...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinx from 2.4.4 to 3.0.0 (#1310)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v2.4.4...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesmith from 0.0.5 to 0.0.6 (#1322)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 (#1326)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases)
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.3.1...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 in /docs (#1325)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases)
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.3.1...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update test.yml

* Update README.md

* Updates flake8-pytest-style

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation (#1324)

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation

* updated test_magic_attributes suite

* pep8

* pep8

* Trigger tests

* Trigger tests

* Fixing rtd

* docs-fix (issue-#1328) (#1331)

* documentation-update

* documentation-fix

* Bump hypothesis from 5.8.0 to 5.8.3 (#1334)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.0 to 5.8.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.8.0...hypothesis-python-5.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update FUNDING.yml

* Update tomlkit from 0.5.11 to 0.6.0 (#1336)

* Bump hypothesis from 5.8.3 to 5.9.0 (#1341)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.3 to 5.9.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.8.3...hypothesis-python-5.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-isort from 2.9.1 to 3.0.0 (#1338)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.9.1 to 3.0.0.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@2.9.1...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump pytest-randomly from 3.2.1 to 3.3.1 (#1339)

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/pytest-dev/pytest-randomly/releases)
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/master/HISTORY.rst)
- [Commits](pytest-dev/pytest-randomly@3.2.1...3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.9.0 to 5.9.1 (#1342)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.9.0...hypothesis-python-5.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-pytest-style from 1.0.0 to 1.1.0 (#1340)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](m-burst/flake8-pytest-style@v1.0.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump tomlkit from 0.5.11 to 0.6.0 (#1337)

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.5.11...0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* remove false positive DirectMagicAttributeAccessViolation on __version__ (#1345)

#1314

* Bump hypothesmith from 0.0.6 to 0.0.7 (#1351)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/Zac-HD/hypothesmith/releases)
- [Commits](https://github.com/Zac-HD/hypothesmith/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump darglint from 1.2.2 to 1.2.3 (#1349)

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/raddessi/SublimeLinter-contrib-darglint/releases)
- [Commits](https://github.com/raddessi/SublimeLinter-contrib-darglint/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump flake8-pytest-style from 1.1.0 to 1.1.1 (#1350)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](m-burst/flake8-pytest-style@v1.1.0...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.9.1 to 5.10.1 (#1348)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.1 to 5.10.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.9.1...hypothesis-python-5.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump autopep8 from 1.5.1 to 1.5.2 (#1355)

Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v1.5.1...v1.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump hypothesis from 5.10.1 to 5.10.4 (#1360)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.10.1 to 5.10.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.10.1...hypothesis-python-5.10.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Base implementation of WrongMultilineStringUseViolation

* Modify old test to pass new violation

* Make example strings prettier

* Add check for functions on strings

* Fixed style.

* Fix docs.

* Add test for coverage

* Merge

* Merge

* Merge

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Ammar Najjar <ammarnajjar@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pyup.io bot <github-bot@pyup.io>
Co-authored-by: Mattan Yeroushalmi <mattany@gmail.com>
Co-authored-by: Priyanshu Sharma <59313375+priyanshu20@users.noreply.github.com>
Co-authored-by: Alwx <alwxsin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants