File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ flake8-bugbear
66 :target: https://travis-ci.org/PyCQA/flake8-bugbear
77
88.. image :: https://img.shields.io/badge/code%20style-black-000000.svg
9- :target: https://github.com/python /black
9+ :target: https://github.com/psf /black
1010
1111A plugin for Flake8 finding likely bugs and design problems in your
1212program. Contains warnings that don't belong in pyflakes and
237237Change Log
238238----------
239239
240+ 19.8.0
241+ ~~~~~~
242+
243+ * Fix .travis.yml syntax + add Python 3.8 + nightly tests
244+ * Fix `black ` formatting + enforce via CI
245+ * Make B901 not apply to __await__ methods
246+
24024719.3.0
241248~~~~~~
242249
Original file line number Diff line number Diff line change 99import pycodestyle
1010
1111
12- __version__ = "19.3 .0"
12+ __version__ = "19.8 .0"
1313
1414LOG = logging .getLogger ("flake8.bugbear" )
1515
You can’t perform that action at this time.
0 commit comments