markhoerth / dremio_client

Apache License 2.0
31 stars 25 forks source link

Update flake8 to 3.9.0 #210

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates flake8 from 3.8.4 to 3.9.0.

Changelog ### 3.9.0 ``` ------------------- You can view the `3.9.0 milestone`_ on GitLab for more details. New Dependency Information ~~~~~~~~~~~~~~~~~~~~~~~~~~ - Pyflakes has been updated to >= 2.3.0, < 2.4.0 (See also `GitLab!466`_) - pycodestyle has been updated to >= 2.7.0, < 2.8.0 (See also `GitLab!467`_) Deprecations ~~~~~~~~~~~~ - Drop support for python 3.4 (See also `GitLab!457`_) Features ~~~~~~~~ - Add ``--no-show-source`` option to disable ``--show-source`` (See also `GitLab!441`_) Bugs Fixed ~~~~~~~~~~ - Fix handling of ``crlf`` line endings when linting stdin (See also `GitLab!461`_) .. all links .. _3.9.0 milestone: https://gitlab.com/pycqa/flake8/-/milestones/38 .. merge request links .. _GitLab!441: https://gitlab.com/pycqa/flake8/-/merge_requests/441 .. _GitLab!457: https://gitlab.com/pycqa/flake8/-/merge_requests/457 .. _GitLab!461: https://gitlab.com/pycqa/flake8/-/merge_requests/461 .. _GitLab!466: https://gitlab.com/pycqa/flake8/-/merge_requests/466 .. _GitLab!467: https://gitlab.com/pycqa/flake8/-/merge_requests/467 ```
Links - PyPI: https://pypi.org/project/flake8 - Changelog: https://pyup.io/changelogs/flake8/ - Repo: https://gitlab.com/pycqa/flake8
codecov[bot] commented 3 years ago

Codecov Report

Merging #210 (ca98442) into master (e3ae04d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #210   +/-   ##
=======================================
  Coverage   52.91%   52.91%           
=======================================
  Files          24       24           
  Lines        1595     1595           
=======================================
  Hits          844      844           
  Misses        751      751           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e3ae04d...ca98442. Read the comment docs.