• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

google / yapf / 1416 / 8
96%
master: 95%

Build:
Build:
LAST BUILD BRANCH: format-tree
DEFAULT BRANCH: master
Ran 29 Feb 2020 03:07AM UTC
Files 22
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Feb 2020 03:06AM UTC coverage: 95.667% (+0.8%) from 94.83%
1416.8

Pull #819

travis-ci

web-flow
Add space inside brackets

For issue #811, add a style option "SPACE_INSIDE_BRACKETS".

``SPACE_INSIDE_BRACKETS``
    Use spaces inside brackets and parens.  For example:

    .. code-block:: python

        method_call( 1 )
        my_dict[ 3 ][ 1 ][ get_index( *args, **kwargs ) ]
        my_set = { 1, 2, 3 }

This Bool option (False by default) inserts spaces after opening, and
before closing brackets (parens, brackets, and braces, to be precise).

Added a new test case to cover the changes in reformatter_pep8_test.py.
Slight overall increase in test coverage +3 total, +1 in unwrapped_line.
Pull Request #819: Add space inside brackets

3312 of 3462 relevant lines covered (95.67%)

0.96 hits per line

Source Files on job 1416.8
  • Tree
  • List 0
  • Changed 9
  • Source Changed 2
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1360
  • Travis Job 1416.8
  • c5e89b59 on github
  • Prev Job for on spaces-inside-brackets (#1413.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc