Skip to content

Commit b8b4df4

Browse files
cooperleesambv
authored andcommitted
Black all the .py files - Like one should (#48)
* Black all the .py files - Like one should * Fix all the tests with black formatting
1 parent c4dde45 commit b8b4df4

File tree

14 files changed

+274
-304
lines changed

14 files changed

+274
-304
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
[flake8]
55
ignore = E302, E501
6-
max-line-length = 80
6+
max-line-length = 88
77
max-complexity = 12
88
select = B,C,E,F,W,B9

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ flake8-bugbear
55
.. image:: https://travis-ci.org/PyCQA/flake8-bugbear.svg?branch=master
66
:target: https://travis-ci.org/PyCQA/flake8-bugbear
77

8+
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
9+
:target: https://github.com/ambv/black
10+
811
A plugin for Flake8 finding likely bugs and design problems in your
912
program. Contains warnings that don't belong in pyflakes and
1013
pycodestyle::

0 commit comments

Comments
 (0)