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

Fix Flake8 #60

Merged
merged 4 commits into from
Feb 14, 2020
Merged

Fix Flake8 #60

merged 4 commits into from
Feb 14, 2020

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Dec 17, 2018

The newest release of Flake8 includes some new warnings.

This fixes all but Python 2.6 and the Mac builds.

@coveralls
Copy link

Coverage Status

Coverage decreased (-2.0%) to 92.027% when pulling f0f52a5 on hugovk:fix-flake8 into 1cbf0c6 on xolox:master.

xolox added a commit that referenced this pull request Feb 14, 2020
xolox added a commit that referenced this pull request Feb 14, 2020
@xolox xolox merged commit f0f52a5 into xolox:master Feb 14, 2020
@xolox
Copy link
Owner

xolox commented Feb 14, 2020

Hey Hugo, thanks for the contribution and sorry for my slow response. I've just merged this pull request and released coloredlogs 11.0 which contains this and other changes (including #61). Cheers!

bors bot added a commit to duckinator/bork that referenced this pull request Feb 15, 2020
108: Update coloredlogs to 11.0 r=duckinator a=pyup-bot


This PR updates [coloredlogs](https://pypi.org/project/coloredlogs) from **10.0** to **11.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 11.0
   ```
   ----------------------------

This is a maintenance release that drops Python 2.6 support, adds Python 3.7
support and merges quite a few minor pull requests. The major version number
was bumped because of the compatibility changes.

**Merged pull requests:**

- `58`_: Don&#39;t import :mod:`coloredlogs` if ``$COLOREDLOGS_AUTO_INSTALL`` is
  set but empty.

- `60`_: Fix :pypi:`flake8` messages to help stabilize Travis CI builds.

- `61`_: Drop support for Python 2.6 to help stabilize Travis CI builds.

- `62`_: Use SVG badge in README for consistency.

- `69`_: Handle negative-offset timezones in tests.

- `70`_: Use :func:`subprocess.check_call()` in the test suite to ensure that
  external commands succeed.

- `74`_: Fix :exc:`~exceptions.TypeError` on MacOS on Python 3 in the
  :mod:`~coloredlogs.converter` module.

**Other changes:**

- Start testing on Python 3.7 (and document compatibility).
- Workaround Python 3.7 regression in test suite.
- Update ``Makefile`` to use Python 3 for local development.
- Merge MacOS on Travis CI fixes from :pypi:`humanfriendly`.

.. _Release 11.0: xolox/python-coloredlogs@10.0...11.0
.. _58: xolox/python-coloredlogs#58
.. _60: xolox/python-coloredlogs#60
.. _61: xolox/python-coloredlogs#61
.. _62: xolox/python-coloredlogs#62
.. _69: xolox/python-coloredlogs#69
.. _70: xolox/python-coloredlogs#70
.. _74: xolox/python-coloredlogs#74
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/coloredlogs
  - Changelog: https://pyup.io/changelogs/coloredlogs/
  - Docs: https://coloredlogs.readthedocs.io
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
@hugovk hugovk deleted the fix-flake8 branch February 15, 2020 04:54
@xolox xolox mentioned this pull request Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants