ericmjl / hiveplot

Hive Plots in using Python & matplotlib!
MIT License
70 stars 15 forks source link

Update pycodestyle to 2.3.1 #18

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of pycodestyle available. You are currently using 2.2.0. I have updated it to 2.3.1

These links might come in handy: PyPI | Changelog | Docs

Changelog

2.3.0


New Checks:

  • Add E722 warning for bare except clauses
  • Report E704 for async function definitions (async def)

Bugs:

  • Fix another E305 false positive for variables beginning with "class" or "def"
  • Fix detection of multiple spaces betwen async and def
  • Fix handling of variable annotations. Stop reporting E701 on Python 3.6 for variable annotations.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖