landscapeio / landscape-issues

The public issue tracker for Landscape.io (https://landscape.io)
15 stars 1 forks source link

Prospector failing on my repo Py_pov #212

Closed pennyarcade closed 4 years ago

pennyarcade commented 8 years ago

First of all best wishes for you! I am glad you are back. Get well soon! It is very nice to see landscape.io up & running again.

Now for the crunchy stuff :-)

Oh No

Check number 57 has failed. This is almost always due to a bug in Landscape - we have been notified. Sorry about that.
Failure reason: Prospector execution failed

The checking tool, prospector, did not complete correctly

To give you a hint: Prospector runs fine locally on this project using the following .prospector.yaml:

output-format: grouped

strictness: high
test-warnings: true
doc-warnings: true
# inherits:
#   - my/other/profile.yml

ignore-paths:
  - lib
  - .git

ignore-patterns:
  - (^|/)skip(this)?(/|$)

pep8:
  run: true
  # disable:
  #   - W602
  #   - W603
  enable:
    - W601
  options:
    max-line-length: 79
    single-line-if-stmt: n

pep257:
  disable:
    - D203
  run: true

pylint:
  run: true

pyroma:
  run: true

mccabe:
  run: true
  options:
    max-complexity: 10

dodgy:
  run: true

pyflakes:
  run: true

frosted:
  run: true

vulture:
  run: true
pennyarcade commented 8 years ago

My local prospector results:

Messages
========

.
  Line: None
    dodgy: failure / Tool dodgy failed to run (exception was raised)

lgeo/__init__.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

lgeo/config/__init__.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

lgeo/config/lgeo_cfg.py
  Line: 1
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 5
    pylint: invalid-name / Invalid constant name "lg_quality"
  Line: 11
    pylint: invalid-name / Invalid constant name "lg_test"
  Line: 16
    pylint: invalid-name / Invalid constant name "lg_studs"
  Line: 23
    pylint: invalid-name / Invalid constant name "lg_stud_logo"

lgeo/include/__init__.py
  Line: 1
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

lgeo/include/brick/__init__.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

lgeo/include/brick/lg_2412b.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
  Line: 33
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 39
    pep8: E226 / missing whitespace around arithmetic operator (col 69)
  Line: 43
    pep8: E226 / missing whitespace around arithmetic operator (col 69)
  Line: 45
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 47
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 53
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 55
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 61
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 63
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 66
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 68
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 74
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 76
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 82
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 84
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 89
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 97
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 102
    pep8: E226 / missing whitespace around arithmetic operator (col 69)
  Line: 106
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 111
    pep8: E226 / missing whitespace around arithmetic operator (col 69)
  Line: 114
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 115
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 122
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 123
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 130
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 131
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 135
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 136
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 143
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 144
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 150
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 152
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 155
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 156
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 157
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 163
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 164
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 165
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 171
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 172
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 173
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 177
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 178
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 184
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 185
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 186
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 189
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 190
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 191
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 197
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 198
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 199
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 205
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 206
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 207
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 211
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 212
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 218
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 219
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 220
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 224
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 225
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 231
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 232
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 233
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 237
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 238
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 244
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 245
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 246
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 250
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 251
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 257
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 258
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 259
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 263
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 264
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 272
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 276
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 277
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 284
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 285
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 289
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 290
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 297
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 298
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 302
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 303
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 309
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 311
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 314
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 315
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 316
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 322
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 323
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 324
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 327
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 328
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 329
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 335
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 336
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 337
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 340
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 341
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 342
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 349
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 350
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 354
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 355
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 361
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 362
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 363
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 366
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 367
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 368
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 375
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 376
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 380
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 381
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 387
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 388
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 389
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 392
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 393
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 394
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 401
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 402
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 406
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 407
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 413
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 414
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 415
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 418
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 419
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 420
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 427
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 428
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 432
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 433
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 439
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 440
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 441
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 444
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 445
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 446
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 453
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 454
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 460
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 461
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 462
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 469
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 470
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 476
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 477
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 478
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 485
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 486
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 492
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 493
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 494
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 501
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 502
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 508
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 509
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 510
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 516
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 517
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 518
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 521
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 522
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 523
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 530
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 531
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 535
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 536
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 542
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 543
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 544
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 547
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 548
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 549
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 556
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 557
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 561
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 562
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 571
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 572
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 577
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 579
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 580
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 581
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 585
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 587
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 588
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 589
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 595
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 596
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 597
    pep8: E226 / missing whitespace around arithmetic operator (col 29)
  Line: 605
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 606
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 607
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 613
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 614
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 618
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 619
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 624
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 625
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 626
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 629
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 630
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 631
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 637
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 638
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 641
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 642
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 643
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 649
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 650
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
  Line: 657
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 658
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 662
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 663
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 668
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 669
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 670
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 673
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 674
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 675
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 681
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 682
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 685
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 686
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 687
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 693
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
  Line: 697
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 698
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
  Line: 708
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 709
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
  Line: 711
    pep8: E226 / missing whitespace around arithmetic operator (col 54)
  Line: 718
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 719
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
  Line: 724
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 726
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 727
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
  Line: 734
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 1150
    pylint: pointless-string-statement / String statement has no effect

lgeo/include/brick/lg_2441.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pylint: too-many-lines / Too many lines in module (2767/2000)
  Line: 42
    pep8: E303 / too many blank lines (3) (col 1)
    pylint: invalid-name / Invalid constant name "lg_angle"
  Line: 45
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 63
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
  Line: 64
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 67
    pep8: E226 / missing whitespace around arithmetic operator (col 29)
  Line: 68
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 69
    pep8: E226 / missing whitespace around arithmetic operator (col 29)
  Line: 76
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
  Line: 77
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 80
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 81
    pep8: E226 / missing whitespace around arithmetic operator (col 29)
  Line: 89
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 90
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 91
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 97
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 98
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 99
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 105
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 106
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 107
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 110
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 111
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 112
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 119
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
    pep8: E226 / missing whitespace around arithmetic operator (col 65)
    pep8: E226 / missing whitespace around arithmetic operator (col 68)
  Line: 127
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 128
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 129
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 136
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
    pep8: E226 / missing whitespace around arithmetic operator (col 53)
    pep8: E226 / missing whitespace around arithmetic operator (col 66)
    pep8: E226 / missing whitespace around arithmetic operator (col 69)
  Line: 144
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 145
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 146
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 152
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 153
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 154
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 160
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 161
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 162
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 168
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 169
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 170
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 173
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 174
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 175
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 182
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
    pep8: E226 / missing whitespace around arithmetic operator (col 65)
    pep8: E226 / missing whitespace around arithmetic operator (col 68)
  Line: 190
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 191
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 192
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 199
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
    pep8: E226 / missing whitespace around arithmetic operator (col 53)
    pep8: E226 / missing whitespace around arithmetic operator (col 66)
    pep8: E226 / missing whitespace around arithmetic operator (col 69)
  Line: 207
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 208
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 209
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 215
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 216
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 217
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 220
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 221
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 222
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 228
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 229
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 230
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 233
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 234
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 235
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 241
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 242
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 243
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 246
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 247
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 248
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 253
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 254
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 258
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 259
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 264
    pep8: E226 / missing whitespace around arithmetic operator (col 56)
  Line: 266
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
    pep8: E226 / missing whitespace around arithmetic operator (col 53)
    pep8: E226 / missing whitespace around arithmetic operator (col 66)
    pep8: E226 / missing whitespace around arithmetic operator (col 69)
  Line: 268
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 273
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 274
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 282
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
    pep8: E226 / missing whitespace around arithmetic operator (col 53)
    pep8: E226 / missing whitespace around arithmetic operator (col 66)
    pep8: E226 / missing whitespace around arithmetic operator (col 69)
  Line: 289
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 290
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 296
    pep8: E226 / missing whitespace around arithmetic operator (col 56)
  Line: 298
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
    pep8: E226 / missing whitespace around arithmetic operator (col 65)
    pep8: E226 / missing whitespace around arithmetic operator (col 68)
  Line: 300
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 305
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 306
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 314
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
    pep8: E226 / missing whitespace around arithmetic operator (col 65)
    pep8: E226 / missing whitespace around arithmetic operator (col 68)
  Line: 321
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 322
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 330
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 331
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 335
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 57)
  Line: 336
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 341
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 342
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 348
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 353
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 361
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 364
    pep8: E226 / missing whitespace around arithmetic operator (col 53)
  Line: 368
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 373
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
  Line: 381
    pep8: E226 / missing whitespace around arithmetic operator (col 57)
    pep8: E226 / missing whitespace around arithmetic operator (col 62)
  Line: 382
    pep8: E226 / missing whitespace around arithmetic operator (col 57)
  Line: 391
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
    pep8: E226 / missing whitespace around arithmetic operator (col 60)
  Line: 402
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
    pep8: E226 / missing whitespace around arithmetic operator (col 60)
  Line: 410
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
    pep8: E226 / missing whitespace around arithmetic operator (col 56)
  Line: 415
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
    pep8: E226 / missing whitespace around arithmetic operator (col 56)
  Line: 418
    pep8: E226 / missing whitespace around arithmetic operator (col 53)
  Line: 423
    pep8: E226 / missing whitespace around arithmetic operator (col 60)
    pep8: E226 / missing whitespace around arithmetic operator (col 65)
  Line: 424
    pep8: E226 / missing whitespace around arithmetic operator (col 61)
    pep8: E226 / missing whitespace around arithmetic operator (col 71)
  Line: 427
    pep8: E226 / missing whitespace around arithmetic operator (col 57)
  Line: 428
    pep8: E226 / missing whitespace around arithmetic operator (col 57)
    pep8: E226 / missing whitespace around arithmetic operator (col 67)
  Line: 433
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 443
    pylint: redefined-variable-type / Redefinition of mirmatrix type from pov.object_modifier.Matrix.Matrix to str (col 16)
  Line: 526
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 531
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 571
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 572
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 701
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 702
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 703
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 706
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 707
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 708
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 714
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 715
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 716
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 719
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 720
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 721
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 755
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 833
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 857
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 893
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 896
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 902
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 907
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 959
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 960
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 961
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 964
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 965
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 966
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 971
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 972
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 973
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 976
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 977
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 978
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 983
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 984
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 985
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 63)
  Line: 988
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 989
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 990
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 995
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 996
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 997
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1001
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1002
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1007
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1008
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1009
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1012
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1013
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1014
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1019
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1020
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1021
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1024
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1025
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1026
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1031
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1032
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1036
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1037
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1038
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1043
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 1044
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1048
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 1049
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1050
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1055
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1056
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1057
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1060
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1061
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1062
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1067
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1068
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1069
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1072
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1073
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 1074
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1079
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1080
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1081
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1084
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1085
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1086
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1091
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1092
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1093
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1096
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1097
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1098
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1103
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 1104
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1105
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1108
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 1109
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1110
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1116
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1117
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1121
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1122
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1129
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1130
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1134
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1135
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 1142
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1144
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
    pep8: E226 / missing whitespace around arithmetic operator (col 70)
  Line: 1150
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1152
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
    pep8: E226 / missing whitespace around arithmetic operator (col 70)
  Line: 1158
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1161
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 1162
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1170
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1173
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 1174
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1182
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1185
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 1186
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1194
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1197
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 1198
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 1206
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1209
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 1210
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 1218
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1221
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 1222
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 1230
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1232
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
    pep8: E226 / missing whitespace around arithmetic operator (col 71)
  Line: 1238
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1240
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
    pep8: E226 / missing whitespace around arithmetic operator (col 71)
  Line: 1252
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1253
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1257
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1258
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1265
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1266
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1270
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1271
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1278
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1279
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1283
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1284
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1291
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1292
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1296
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1297
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1304
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1305
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1306
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 1309
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1310
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1311
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 1317
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1318
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1319
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1322
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1323
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1324
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1330
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1331
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1332
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 1335
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1336
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1337
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 1343
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1344
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1345
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1348
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1349
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1350
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1355
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 57)
  Line: 1356
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
  Line: 1360
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 58)
  Line: 1361
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
  Line: 1366
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 1370
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 1373
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 57)
  Line: 1374
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1378
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 58)
  Line: 1379
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 1384
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1386
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1389
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1396
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1398
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1401
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1408
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1409
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1413
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1414
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1415
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 1420
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1421
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1422
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
  Line: 1425
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1426
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1427
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 1432
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1433
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1434
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
  Line: 1437
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1438
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1439
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 1444
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1445
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1449
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1450
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1451
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 1456
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
  Line: 1457
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1461
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1462
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1463
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1468
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
  Line: 1469
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1473
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1474
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1475
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 1480
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
  Line: 1481
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1485
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1486
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1487
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 1492
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
  Line: 1493
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1497
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 1498
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1499
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1504
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
  Line: 1505
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1509
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1510
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1511
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
  Line: 1516
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 1517
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1521
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 1522
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1523
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1528
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 1529
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1533
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 1534
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1535
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1541
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 1545
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1546
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1547
    pep8: E226 / missing whitespace around arithmetic operator (col 19)
  Line: 1553
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 1554
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 1558
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 1559
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 1568
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1569
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1578
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1579
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1588
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1589
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1598
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1599
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1609
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 1610
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 1614
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 1615
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 1624
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1625
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1634
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1635
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1644
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1645
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1654
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1655
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1665
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 1666
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 1670
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 1671
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 1672
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 1680
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1681
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1682
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1690
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1691
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1692
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1700
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1701
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 1702
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1710
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1711
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1712
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1720
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1721
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1722
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1730
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1731
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 1732
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1740
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1741
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1742
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1750
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1751
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1752
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1760
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1761
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1762
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1770
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1771
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 1772
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1780
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 1781
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 1782
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1790
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
  Line: 1791
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 1792
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 1798
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 2767
    pylint: pointless-string-statement / String statement has no effect

lgeo/include/brick/lg_3003.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
  Line: 15
    pylint: unused-wildcard-import / Unused imports from wildcard import: get_knob_inner_space, LG_WALL_WIDTH, get_brick_coloumn, Object, Box, LG_BRICK_INNER_HEIGHT, lg_brick_column, lg_knob_inner_space, LG_PLATE_INNER_HEIGHT, lg_knob
    pylint: wildcard-import / Wildcard import lgeo.include.common.brick_subparts
  Line: 16
    pylint: unused-wildcard-import / Unused imports from wildcard import: Scale, lg_plate_cylinder, lg_tech_knob, LG_CROSSAXLE_WIDTH, lg_tech_knob_clear, LG_CYLINDER_WALL_WIDTH, lg_brick_cylinder, lg_brick_cylinder_clear, lg_test, y, LG_E, lego_logo_text_clear, LG_GRID_WIDTH, lg_brick_column_clear, LG_KNOB_RADIUS, sqrt, lg_quality, lego_logo_text, Plane, LDU, lg_plate_column_clear, Intersection, lg_support_wall_clear, math, LG_CYLINDER_RADIUS, LG_KNOB_HEIGHT_LOGO, lg_plate_cylinder_clear, lg_knob_dot, Torus, LG_KNOB_CORNER_SPACE, LGBH, LG_KNOB_INNER_RADIUS, Merge, LG_KNOB_HEIGHT, ClippedBy, z, x, SdlSyntaxException, lg_plate_column, Difference, lg_stud_logo, LGPH, LGBW, LG_PLATE_HEIGHT, lg_tech_knob_logo_clear, lg_knob_clear, lg_studs, debug, lg_support_wall, LG_TOP_HEIGHT, lg_knob_inner_space_clear
    pylint: wildcard-import / Wildcard import lgeo.include.common.lg_defs
  Line: 21
    pyflakes: F401 / 'Difference' imported but unused (col 1)
  Line: 23
    pyflakes: F401 / 'Box' imported but unused (col 1)
  Line: 30
    pyflakes: F401 / 'Object' imported but unused (col 1)
  Line: 33
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 45
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 53
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 61
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 66
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 68
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 74
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 76
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 82
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 84
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 89
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 97
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 110
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 451
    pylint: pointless-string-statement / String statement has no effect

lgeo/include/brick/lg_3010.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
  Line: 16
    pep8: E501 / line too long (82 > 79 characters) (col 80)
  Line: 32
    pylint: unused-import / Unused Object imported from pov.other.Object
  Line: 35
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 55
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 63
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 71
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 76
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 78
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 84
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 86
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 92
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 94
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 99
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 107
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 120
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 132
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 140
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 148
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 153
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 154
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 161
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 162
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 170
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 174
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 175
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 181
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 186
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 187
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 194
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 195
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 202
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 203
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 208
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 215
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 216
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 220
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 221
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 222
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 228
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 229
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 230
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 236
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 237
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 238
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 242
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 243
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 249
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 251
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 254
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 255
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 256
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 265
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 266
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 273
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 274
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 275
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 281
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 282
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 283
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 293
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
  Line: 294
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 485
    pylint: pointless-string-statement / String statement has no effect

lgeo/include/brick/lg_3022.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
  Line: 18
    pep8: E501 / line too long (85 > 79 characters) (col 80)
  Line: 36
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 48
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 56
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 64
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 69
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 71
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 77
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 79
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 85
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 87
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 92
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 100
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 113
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 125
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 133
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 141
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 146
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 147
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 154
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 155
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 163
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 167
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 168
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 174
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 179
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 180
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 187
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 188
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 195
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 196
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 201
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 208
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 209
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 213
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 214
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 215
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 221
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 222
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 223
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 229
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 230
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 231
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 235
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 236
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 242
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 244
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 247
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 248
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 249
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 258
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 259
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 266
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 267
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 268
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 274
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
  Line: 275
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 276
    pep8: E226 / missing whitespace around arithmetic operator (col 40)
  Line: 289
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
  Line: 482
    pylint: pointless-string-statement / String statement has no effect

lgeo/include/brick/lg_3788.py
  Line: 1
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
  Line: 36
    pylint: invalid-name / Invalid constant name "lg_angle"
  Line: 39
    pep257: D400 / First line should end with a period (not 'k')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 153
    pep8: E225 / missing whitespace around operator (col 36)
  Line: 302
    pep8: E225 / missing whitespace around operator (col 36)
  Line: 314
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
  Line: 321
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 326
    pep8: E225 / missing whitespace around operator (col 40)
  Line: 334
    pep8: E226 / missing whitespace around arithmetic operator (col 29)
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 390
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 400
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 407
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 408
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 412
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 420
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 424
    pep8: E225 / missing whitespace around operator (col 44)
  Line: 432
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 46)
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 433
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 439
    pep8: E225 / missing whitespace around operator (col 48)
  Line: 448
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
    pep8: E226 / missing whitespace around arithmetic operator (col 50)
  Line: 449
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 468
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 479
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 491
    pep8: E226 / missing whitespace around arithmetic operator (col 56)
  Line: 493
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 499
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 508
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 513
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 520
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 525
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 531
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 536
    pep8: E226 / missing whitespace around arithmetic operator (col 60)
  Line: 550
    pep8: E226 / missing whitespace around arithmetic operator (col 59)
  Line: 556
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 560
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 561
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 568
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 572
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 573
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 578
    pylint: bad-whitespace / Exactly one space required after comma
                Vector(0,  - 0.12 + LG_CORNER_SPACE, -LG_CORNER_SPACE),
                        ^
  Line: 579
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 583
    pep8: E225 / missing whitespace around operator (col 40)
  Line: 590
    pylint: bad-whitespace / Exactly one space required after comma
                Vector(0,  - 0.12 + LG_CORNER_SPACE, -LG_CORNER_SPACE),
                        ^
  Line: 591
    pep8: E226 / missing whitespace around arithmetic operator (col 29)
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 604
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 643
    pep8: E221 / multiple spaces before operator (col 39)
    pep8: E225 / missing whitespace around operator (col 42)
  Line: 663
    pep8: E226 / missing whitespace around arithmetic operator (col 49)

lgeo/include/common/__init__.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

lgeo/include/common/brick_subparts.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 45
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 53
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
  Line: 54
    pep8: E226 / missing whitespace around arithmetic operator (col 22)
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 69
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 70
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 82
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 98
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 99
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 111
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 124
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 125
    pep8: E226 / missing whitespace around arithmetic operator (col 28)

lgeo/include/common/custom_macros.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
  Line: 96
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep8: N802 / function name should be lowercase (col 5)
    pep257: D208 / Docstring is over-indented
    pylint: invalid-name / Invalid function name "UnchangedBrick"
  Line: 106
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep8: N802 / function name should be lowercase (col 5)
    pylint: too-many-arguments / Too many arguments (8/5)
    pep257: D208 / Docstring is over-indented
    pylint: invalid-name / Invalid function name "StdBrick"

lgeo/include/common/lg_color.py
  Line: 1
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
  Line: 18
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 23
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 33
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 3)
  Line: 34
    pylint: invalid-name / Invalid constant name "lg_solid_finish" (col 4)
  Line: 35
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 38
    pylint: invalid-name / Invalid constant name "lg_solid_finish" (col 4)
  Line: 39
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 40
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 14)
  Line: 41
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 19)
  Line: 45
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 3)
  Line: 46
    pylint: invalid-name / Invalid constant name "lg_chrome_finish" (col 4)
  Line: 47
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 50
    pylint: invalid-name / Invalid constant name "lg_chrome_finish" (col 4)
  Line: 51
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 52
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 19)
  Line: 53
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 54
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 17)
  Line: 55
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 17)
  Line: 56
    pep8: E221 / multiple spaces before operator (col 22)
    pep8: E222 / multiple spaces after operator (col 25)
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 18)
  Line: 57
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 19)
  Line: 61
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 3)
  Line: 62
    pylint: invalid-name / Invalid constant name "lg_pearl_finish" (col 4)
  Line: 63
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 66
    pylint: invalid-name / Invalid constant name "lg_pearl_finish" (col 4)
  Line: 69
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 22)
  Line: 70
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 23)
  Line: 72
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 73
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 19)
  Line: 74
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 75
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 17)
  Line: 76
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 17)
  Line: 77
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 18)
  Line: 78
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 19)
  Line: 82
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 83
    pylint: invalid-name / Invalid constant name "lg_transparent_finish" (col 4)
  Line: 84
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 87
    pylint: invalid-name / Invalid constant name "lg_transparent_finish" (col 4)
  Line: 88
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 89
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 16)
  Line: 90
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 19)
  Line: 91
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 14)
  Line: 92
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 19)
  Line: 96
    pylint: invalid-name / Invalid constant name "lg_ior"
  Line: 97
    pep8: E251 / unexpected spaces around keyword / parameter equals (col 8)
  Line: 102
    pylint: invalid-name / Invalid constant name "lg_black"
  Line: 108
    pylint: invalid-name / Invalid constant name "lg_blue"
  Line: 114
    pylint: invalid-name / Invalid constant name "lg_green"
  Line: 120
    pylint: invalid-name / Invalid constant name "lg_teal"
  Line: 124
    pylint: invalid-name / Invalid constant name "lg_cyan"
  Line: 127
    pylint: invalid-name / Invalid constant name "lg_red"
  Line: 133
    pylint: invalid-name / Invalid constant name "lg_dark_pink"
  Line: 139
    pylint: invalid-name / Invalid constant name "lg_brown"
  Line: 145
    pylint: invalid-name / Invalid constant name "lg_grey"
  Line: 146
    pep8: E226 / missing whitespace around arithmetic operator (col 33)
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
  Line: 151
    pylint: invalid-name / Invalid constant name "lg_dark_grey"
  Line: 157
    pylint: invalid-name / Invalid constant name "lg_light_blue"
  Line: 163
    pylint: invalid-name / Invalid constant name "lg_bright_green"
  Line: 169
    pylint: invalid-name / Invalid constant name "lg_turquoise"
  Line: 173
    pylint: invalid-name / Invalid constant name "lg_blue_green"
  Line: 176
    pylint: invalid-name / Invalid constant name "lg_salmon"
  Line: 180
    pylint: invalid-name / Invalid constant name "lg_light_red"
  Line: 183
    pylint: invalid-name / Invalid constant name "lg_pink"
  Line: 187
    pylint: invalid-name / Invalid constant name "lg_rose"
  Line: 190
    pylint: invalid-name / Invalid constant name "lg_yellow"
  Line: 196
    pylint: invalid-name / Invalid constant name "lg_white"
  Line: 202
    pylint: invalid-name / Invalid constant name "lg_light_green"
  Line: 208
    pylint: invalid-name / Invalid constant name "lg_light_yellow"
  Line: 214
    pylint: invalid-name / Invalid constant name "lg_tan"
  Line: 220
    pylint: invalid-name / Invalid constant name "lg_light_violet"
  Line: 226
    pylint: invalid-name / Invalid constant name "lg_purple"
  Line: 230
    pylint: invalid-name / Invalid constant name "lg_violet"
  Line: 233
    pylint: invalid-name / Invalid constant name "lg_violet_blue"
  Line: 239
    pylint: invalid-name / Invalid constant name "lg_orange"
  Line: 245
    pylint: invalid-name / Invalid constant name "lg_magenta"
  Line: 251
    pylint: invalid-name / Invalid constant name "lg_lime"
  Line: 257
    pylint: invalid-name / Invalid constant name "lg_dark_tan"
  Line: 263
    pylint: invalid-name / Invalid constant name "lg_light_purple"
  Line: 270
    pep257: D103 / Missing docstring in public function
  Line: 271
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 289
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 291
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 296
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 298
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 303
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 305
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 310
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 312
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 317
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 319
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 324
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 326
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 331
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 333
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 338
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 340
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 345
    pylint: invalid-name / Invalid constant name "lg_clear_blue"
  Line: 347
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 352
    pylint: invalid-name / Invalid constant name "lg_clear"
  Line: 354
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 359
    pylint: invalid-name / Invalid constant name "lg_clear_neon_orange"
  Line: 361
    pylint: undefined-variable / Undefined variable 'lg_quality' (col 4)
  Line: 366
    pylint: invalid-name / Invalid constant name "lg_bright_purple"
  Line: 373
    pylint: invalid-name / Invalid constant name "lg_reddish_brown"
  Line: 380
    pylint: invalid-name / Invalid constant name "lg_bluish_grey"
  Line: 387
    pylint: invalid-name / Invalid constant name "lg_dark_bluish_grey"
  Line: 394
    pylint: invalid-name / Invalid constant name "lg_medium_blue"
  Line: 401
    pylint: invalid-name / Invalid constant name "lg_medium_green"
  Line: 408
    pylint: invalid-name / Invalid constant name "lg_paradisa_pink"
  Line: 415
    pylint: invalid-name / Invalid constant name "lg_light_flesh"
  Line: 422
    pylint: invalid-name / Invalid constant name "lg_medium_violet"
  Line: 429
    pylint: invalid-name / Invalid constant name "lg_dark_flesh"
  Line: 436
    pylint: invalid-name / Invalid constant name "lg_royal_blue"
  Line: 443
    pylint: invalid-name / Invalid constant name "lg_flesh"
  Line: 450
    pylint: invalid-name / Invalid constant name "lg_pearl_copper"
  Line: 457
    pylint: invalid-name / Invalid constant name "lg_pearl_grey"
  Line: 464
    pylint: invalid-name / Invalid constant name "lg_pearl_blue"
  Line: 471
    pylint: invalid-name / Invalid constant name "lg_pearl_gold"
  Line: 478
    pylint: invalid-name / Invalid constant name "lg_very_light_bluish_grey"
  Line: 485
    pylint: invalid-name / Invalid constant name "lg_dark_blue"
  Line: 492
    pylint: invalid-name / Invalid constant name "lg_dark_green"
  Line: 499
    pylint: invalid-name / Invalid constant name "lg_dark_red"
  Line: 506
    pylint: invalid-name / Invalid constant name "lg_maersk_blue"
  Line: 513
    pylint: invalid-name / Invalid constant name "lg_gold_chrome"
  Line: 520
    pylint: invalid-name / Invalid constant name "lg_sand_purple"
  Line: 527
    pylint: invalid-name / Invalid constant name "lg_sand_red"
  Line: 534
    pylint: invalid-name / Invalid constant name "lg_earth_orange"
  Line: 541
    pylint: invalid-name / Invalid constant name "lg_sand_purple"
  Line: 548
    pylint: invalid-name / Invalid constant name "lg_sand_green"
  Line: 555
    pylint: invalid-name / Invalid constant name "lg_sand_blue"
  Line: 561
    pylint: invalid-name / Invalid constant name "lg_chrome"
  Line: 568
    pylint: invalid-name / Invalid constant name "lg_light_orange"
  Line: 575
    pylint: invalid-name / Invalid constant name "lg_dark_orange"
  Line: 582
    pylint: invalid-name / Invalid constant name "lg_very_light_grey"
  Line: 589
    pylint: invalid-name / Invalid constant name "lg_undefined"
  Line: 595
    pylint: invalid-name / Invalid constant name "lg_medium_orange"

lgeo/include/common/lg_defs.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '/')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
  Line: 20
    pylint: unused-import / Unused import math
  Line: 22
    pylint: unused-wildcard-import / Unused imports from wildcard import: lg_test, lg_studs
    pylint: wildcard-import / Wildcard import lgeo.config.lgeo_cfg
  Line: 29
    pylint: unused-wildcard-import / Unused imports from wildcard import: debug, z, SdlSyntaxException
    pylint: wildcard-import / Wildcard import pov.basic.Vector
  Line: 59
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 60
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 61
    pep8: E226 / missing whitespace around arithmetic operator (col 45)
  Line: 65
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
  Line: 72
    pep8: E226 / missing whitespace around arithmetic operator (col 10)
  Line: 87
    pep257: D103 / Missing docstring in public function
  Line: 100
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 101
    pylint: no-member / Instance of 'tuple' has no 'append' member (col 8)
  Line: 124
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 129
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 156
    pep8: E226 / missing whitespace around arithmetic operator (col 29)
    pep8: E226 / missing whitespace around arithmetic operator (col 38)
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 157
    pep8: E226 / missing whitespace around arithmetic operator (col 21)
  Line: 158
    pep8: E226 / missing whitespace around arithmetic operator (col 21)
  Line: 166
    pep257: D103 / Missing docstring in public function
  Line: 179
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 180
    pylint: no-member / Instance of 'tuple' has no 'append' member (col 8)
  Line: 203
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 204
    pylint: no-member / Instance of 'tuple' has no 'append' member (col 8)
  Line: 234
    pep8: E226 / missing whitespace around arithmetic operator (col 18)
  Line: 235
    pep8: E226 / missing whitespace around arithmetic operator (col 17)
  Line: 236
    pep8: E226 / missing whitespace around arithmetic operator (col 17)
  Line: 244
    pylint: pointless-string-statement / String statement has no effect
  Line: 248
    pep257: D103 / Missing docstring in public function
  Line: 252
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 259
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 263
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 266
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 270
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 282
    pylint: invalid-name / Invalid constant name "lg_knob_dot"
  Line: 288
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 289
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 296
    pylint: invalid-name / Invalid constant name "lg_tech_knob"
  Line: 300
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 308
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 311
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 312
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 313
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
  Line: 318
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 319
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 324
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 327
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 330
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
  Line: 333
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 358
    pylint: invalid-name / Invalid constant name "lg_brick_cylinder"
  Line: 361
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 362
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 366
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 372
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 373
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 375
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
  Line: 381
    pylint: invalid-name / Invalid constant name "lg_plate_cylinder"
  Line: 384
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 385
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 389
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 395
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 396
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 398
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
  Line: 404
    pylint: invalid-name / Invalid constant name "lg_brick_column"
  Line: 405
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 412
    pylint: invalid-name / Invalid constant name "lg_plate_column"
  Line: 414
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 427
    pylint: invalid-name / Invalid constant name "lg_support_wall"
  Line: 428
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 430
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 431
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 56)
  Line: 438
    pylint: invalid-name / Invalid constant name "lg_knob_inner_space"
  Line: 449
    pep257: D103 / Missing docstring in public function
  Line: 453
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 460
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 464
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 467
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 471
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 480
    pylint: invalid-name / Invalid constant name "lg_tech_knob_clear"
  Line: 484
    pep8: E226 / missing whitespace around arithmetic operator (col 44)
  Line: 492
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 495
    pep8: E226 / missing whitespace around arithmetic operator (col 48)
  Line: 496
    pep8: E226 / missing whitespace around arithmetic operator (col 36)
  Line: 497
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
  Line: 502
    pep8: E226 / missing whitespace around arithmetic operator (col 41)
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 503
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 508
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 511
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 514
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
  Line: 517
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 522
    pep257: D103 / Missing docstring in public function
  Line: 523
    pylint: superfluous-parens / Unnecessary parens after 'if' keyword
  Line: 526
    pep8: E226 / missing whitespace around arithmetic operator (col 52)
    pep8: E226 / missing whitespace around arithmetic operator (col 57)
    pep8: E226 / missing whitespace around arithmetic operator (col 62)
  Line: 532
    pylint: invalid-name / Invalid constant name "lg_brick_cylinder_clear"
  Line: 535
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 536
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 540
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 546
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 547
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 549
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
  Line: 554
    pylint: invalid-name / Invalid constant name "lg_plate_cylinder_clear"
  Line: 557
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 558
    pep8: E226 / missing whitespace around arithmetic operator (col 49)
  Line: 562
    pep8: E226 / missing whitespace around arithmetic operator (col 47)
  Line: 568
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
    pep8: E226 / missing whitespace around arithmetic operator (col 51)
  Line: 569
    pep8: E226 / missing whitespace around arithmetic operator (col 32)
  Line: 571
    pep8: E226 / missing whitespace around arithmetic operator (col 55)
  Line: 576
    pylint: invalid-name / Invalid constant name "lg_brick_column_clear"
  Line: 577
    pep8: E226 / missing whitespace around arithmetic operator (col 39)
  Line: 583
    pylint: invalid-name / Invalid constant name "lg_plate_column_clear"
  Line: 585
    pep8: E226 / missing whitespace around arithmetic operator (col 43)
  Line: 597
    pylint: invalid-name / Invalid constant name "lg_support_wall_clear"
  Line: 598
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 600
    pep8: E226 / missing whitespace around arithmetic operator (col 31)
  Line: 601
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
    pep8: E226 / missing whitespace around arithmetic operator (col 42)
    pep8: E226 / missing whitespace around arithmetic operator (col 56)
  Line: 607
    pylint: invalid-name / Invalid constant name "lg_knob_inner_space_clear"

lgeo/lgeo_city.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 119
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 145
    pylint: unused-variable / Unused variable 'lg_quality' (col 4)
  Line: 180
    pep8: E226 / missing whitespace around arithmetic operator (col 26)
  Line: 181
    pep8: E226 / missing whitespace around arithmetic operator (col 20)
    pep8: E226 / missing whitespace around arithmetic operator (col 32)

lgeo/set/__init__.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

lgeo/set/lg_10036_1_car.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 43
    pylint: pointless-string-statement / String statement has no effect
  Line: 56
    pylint: pointless-string-statement / String statement has no effect
  Line: 64
    pylint: pointless-string-statement / String statement has no effect
  Line: 66
    pep8: E402 / module level import not at top of file (col 1)
  Line: 68
    pep8: E402 / module level import not at top of file (col 1)
  Line: 111
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 112
    pep8: E402 / module level import not at top of file (col 1)
    pep8: E271 / multiple spaces after keyword (col 5)
    pylint: unused-wildcard-import / Unused imports from wildcard import: lg_plate_cylinder, Translate, lg_test, LG_GRID_WIDTH, lg_brick_column_clear, Object, LG_BRICK_HEIGHT, LG_KNOB_INNER_RADIUS, LG_KNOB_HEIGHT, SdlSyntaxException, lg_stud_logo, LG_PLATE_INNER_HEIGHT, lg_knob_clear, lg_studs, debug, x, LG_BRICK_WIDTH, Scale, lg_tech_knob, LG_CYLINDER_WALL_WIDTH, LG_PLATE_HEIGHT, lego_logo_text_clear, lego_logo_text, LDU, lg_plate_column_clear, Intersection, lg_brick_column, math, LG_CYLINDER_RADIUS, Box, LG_KNOB_HEIGHT_LOGO, lg_knob_dot, LG_BRICK_INNER_HEIGHT, LGBH, Vector, lg_support_wall, Cylinder, lg_brick_cylinder, LG_E, lg_support_wall_clear, lg_plate_cylinder_clear, lg_knob_inner_space, Merge, lg_plate_column, lg_brick_cylinder_clear, lg_tech_knob_logo_clear, z, LG_CORNER_SPACE, LG_WALL_WIDTH, LG_CROSSAXLE_WIDTH, ClippedBy, LG_KNOB_RADIUS, sqrt, lg_quality, Plane, Difference, lg_knob_inner_space_clear, Rotate, Torus, LG_KNOB_CORNER_SPACE, lg_tech_knob_clear, Sphere, lg_knob, y, LG_TOP_HEIGHT
    pylint: wildcard-import / Wildcard import lgeo.include.common.lg_defs
  Line: 117
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 118
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 119
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 120
    pep8: E402 / module level import not at top of file (col 1)
  Line: 121
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 122
    pep8: E402 / module level import not at top of file (col 1)
  Line: 123
    pep8: E402 / module level import not at top of file (col 1)
  Line: 124
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 125
    pep8: E402 / module level import not at top of file (col 1)
  Line: 126
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 127
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 128
    pep8: E402 / module level import not at top of file (col 1)
  Line: 129
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 130
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 131
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 132
    pep8: E402 / module level import not at top of file (col 1)
  Line: 133
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 134
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 135
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 136
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 137
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 138
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 139
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 140
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 141
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 142
    pep8: E266 / too many leading '#' for block comment (col 1)
  Line: 145
    pep8: E402 / module level import not at top of file (col 1)
  Line: 146
    pep8: E402 / module level import not at top of file (col 1)
    pylint: unused-wildcard-import / Unused imports from wildcard import: lg_dark_green, lg_undefined, lg_pearl_finish, lg_violet, Interior, lg_dark_blue, Finish, lg_gold_chrome, Pigment, lg_green, lg_cyan, lg_clear_blue, lg_dark_flesh, lg_light_blue, lg_dark_orange, lg_light_flesh, lg_sand_purple, lg_royal_blue, lg_very_light_grey, lg_grey, lg_lime, lg_medium_violet, lg_orange, lg_ior, lg_transparent_finish, lg_medium_blue, lg_pearl_gold, lg_light_orange, lg_medium_orange, Texture, lg_bright_green, lg_salmon, lg_pearl_grey, lg_light_red, lg_light_yellow, lg_dark_red, lg_tan, lg_blue, lg_bright_purple, lg_chrome, lg_pearl_copper, lg_blue_green, lg_turquoise, lg_medium_green, lg_bluish_grey, Irid, lg_sand_blue, lg_light_violet, lg_maersk_blue, lg_chrome_finish, lg_dark_grey, lg_solid_finish, lg_sand_green, lg_pearl_blue, lg_black, lg_teal, lg_light_purple, lg_flesh, lg_clear_neon_orange, lg_magenta, lg_brown, lg_earth_orange, lg_pink, lg_very_light_bluish_grey, lg_paradisa_pink, get_clear_color, lg_light_green, lg_dark_bluish_grey, lg_clear, lg_dark_tan, lg_sand_red, lg_purple, Color, lg_reddish_brown, lg_rose, lg_violet_blue, lg_dark_pink
    pylint: wildcard-import / Wildcard import lgeo.include.common.lg_color
  Line: 149
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 150
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 'r')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pylint: too-many-arguments / Too many arguments (6/5)
    pylint: unused-argument / Unused argument 'ox' (col 14)
    pylint: unused-argument / Unused argument 'oy' (col 20)
    pylint: unused-argument / Unused argument 'oz' (col 26)
    pylint: unused-argument / Unused argument 'rx' (col 32)
    pylint: unused-argument / Unused argument 'ry' (col 38)
    pylint: unused-argument / Unused argument 'rz' (col 44)
    pep257: D208 / Docstring is over-indented
    pylint: invalid-name / Invalid argument name "ox"
  Line: 177
    pep8: E226 / missing whitespace around arithmetic operator (col 17)
  Line: 190
    pep8: E226 / missing whitespace around arithmetic operator (col 16)
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
  Line: 198
    pep8: E226 / missing whitespace around arithmetic operator (col 16)
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 35)
  Line: 206
    pep8: E226 / missing whitespace around arithmetic operator (col 16)
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
    pep8: E226 / missing whitespace around arithmetic operator (col 34)
  Line: 219
    pep8: E226 / missing whitespace around arithmetic operator (col 17)
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
  Line: 227
    pep8: E226 / missing whitespace around arithmetic operator (col 15)
    pep8: E226 / missing whitespace around arithmetic operator (col 23)
  Line: 240
    pep8: E226 / missing whitespace around arithmetic operator (col 16)
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
  Line: 248
    pep8: E226 / missing whitespace around arithmetic operator (col 16)
    pep8: E226 / missing whitespace around arithmetic operator (col 24)
  Line: 261
    pep8: E226 / missing whitespace around arithmetic operator (col 17)
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
  Line: 279
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 281
    pep8: E265 / block comment should start with '# ' (col 1)
  Line: 285
    pylint: pointless-string-statement / String statement has no effect
  Line: 291
    pylint: pointless-string-statement / String statement has no effect
  Line: 295
    pylint: pointless-string-statement / String statement has no effect
  Line: 306
    pylint: pointless-string-statement / String statement has no effect
  Line: 310
    pylint: pointless-string-statement / String statement has no effect
  Line: 315
    pylint: pointless-string-statement / String statement has no effect
  Line: 319
    pylint: pointless-string-statement / String statement has no effect
  Line: 326
    pylint: pointless-string-statement / String statement has no effect
  Line: 330
    pylint: pointless-string-statement / String statement has no effect
  Line: 338
    pylint: pointless-string-statement / String statement has no effect
  Line: 342
    pylint: pointless-string-statement / String statement has no effect
  Line: 351
    pylint: pointless-string-statement / String statement has no effect
  Line: 355
    pylint: pointless-string-statement / String statement has no effect
  Line: 359
    pylint: pointless-string-statement / String statement has no effect
  Line: 363
    pylint: pointless-string-statement / String statement has no effect
  Line: 370
    pylint: pointless-string-statement / String statement has no effect
  Line: 466
    pylint: pointless-string-statement / String statement has no effect

lgeo/set/lg_10036_1_house.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 54
    pylint: pointless-string-statement / String statement has no effect
  Line: 67
    pylint: pointless-string-statement / String statement has no effect
  Line: 169
    pylint: undefined-variable / Undefined variable 'Union' (col 30)
    pylint: invalid-name / Invalid constant name "set_10036_1_house_nonmoving"

lgeo/set/lg_10036_1_main.py
  Line: 1
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D400 / First line should end with a period (not '*')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 107
    pylint: pointless-string-statement / String statement has no effect
  Line: 120
    pylint: pointless-string-statement / String statement has no effect

main.py
  Line: 1
    pep257: D100 / Missing docstring in public module
  Line: 9
    pylint: invalid-name / Invalid constant name "infile"

pov/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 13
    pyflakes: F401 / 'pov' imported but unused (col 1)

pov/atmeff/Fog.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 37
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 43
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 51
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 59
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/atmeff/SkySphere.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 27
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 33
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 41
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 49
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/atmeff/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/basic/BlockObject.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 21
    pep257: D400 / First line should end with a period (not 'n')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 43
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 55
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/basic/Color.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 44
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
    mccabe: MC0001 / Color.__init__ is too complex (12)
  Line: 93
    pep257: D105 / Missing docstring in magic method
  Line: 102
    pep257: D105 / Missing docstring in magic method
  Line: 106
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/basic/PoVObject.py
  Line: 1
    pep257: D100 / Missing docstring in public module
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented

pov/basic/SceneFile.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 33
    pep257: D208 / Docstring is over-indented
  Line: 44
    pylint: unneeded-not / Consider changing "not type(fnam) == str" to "type(fnam) != str" (col 11)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)
  Line: 59
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 72
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 86
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D208 / Docstring is over-indented
  Line: 103
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/basic/SceneItem.py
  Line: 1
    pep257: D100 / Missing docstring in public module
  Line: 19
    pylint: global-at-module-level / Using the global statement at the module level
    pylint: invalid-name / Invalid constant name "indentation"
  Line: 22
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 136
    pep257: D208 / Docstring is over-indented
  Line: 173
    pylint: global-variable-undefined / Global variable 'indentation' undefined at the module level (col 12)
    pylint: invalid-name / Invalid constant name "indentation" (col 12)
  Line: 191
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pylint: no-self-use / Method could be a function (col 4)
    pep257: D208 / Docstring is over-indented
  Line: 195
    pylint: global-variable-undefined / Global variable 'indentation' undefined at the module level (col 8)
    pylint: invalid-name / Invalid constant name "indentation" (col 8)
  Line: 199
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pylint: no-self-use / Method could be a function (col 4)
    pep257: D208 / Docstring is over-indented
  Line: 203
    pylint: global-variable-undefined / Global variable 'indentation' undefined at the module level (col 8)
    pylint: invalid-name / Invalid constant name "indentation" (col 8)
  Line: 211
    pep257: D400 / First line should end with a period (not 'n')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pylint: no-self-use / Method could be a function (col 4)
    pep257: D208 / Docstring is over-indented
  Line: 215
    pylint: global-variable-not-assigned / Using global for 'indentation' but no assignment is done (col 8)
    pylint: global-variable-undefined / Global variable 'indentation' undefined at the module level (col 8)
    pylint: invalid-name / Invalid constant name "indentation" (col 8)
  Line: 218
    pep257: D400 / First line should end with a period (not 'k')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 231
    pep257: D400 / First line should end with a period (not 'k')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 237
    pylint: global-variable-not-assigned / Using global for 'indentation' but no assignment is done (col 8)
    pylint: global-variable-undefined / Global variable 'indentation' undefined at the module level (col 8)
    pylint: invalid-name / Invalid constant name "indentation" (col 8)
  Line: 249
    pep257: D400 / First line should end with a period (not 'r')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 256
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 264
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 272
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 280
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 307
    pep257: D400 / First line should end with a period (not 'y')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 319
    pep257: D400 / First line should end with a period (not 'y')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 341
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep8: N802 / function name should be lowercase (col 9)
    pep257: D208 / Docstring is over-indented
    pylint: invalid-name / Invalid method name "_checkKwargValue" (col 4)
  Line: 354
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 359
    pylint: consider-using-enumerate / Consider using enumerate instead of iterating with range and len (col 8)
  Line: 363
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 368
    pylint: consider-using-enumerate / Consider using enumerate instead of iterating with range and len (col 8)
  Line: 372
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 384
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 37)
  Line: 387
    pep257: D400 / First line should end with a period (not 'd')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 395
    pep257: D400 / First line should end with a period (not 'd')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 407
    pep257: D400 / First line should end with a period (not 'n')
    pep257: D208 / Docstring is over-indented
  Line: 418
    pep257: D400 / First line should end with a period (not 'd')
    pep257: D208 / Docstring is over-indented
  Line: 433
    pep257: D400 / First line should end with a period (not 'd')
    pep257: D208 / Docstring is over-indented
  Line: 448
    pep257: D400 / First line should end with a period (not 'd')
    pep257: D208 / Docstring is over-indented
  Line: 463
    pep257: D400 / First line should end with a period (not '"')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 479
    pep257: D105 / Missing docstring in magic method
  Line: 486
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 'm')
    pep257: D208 / Docstring is over-indented
  Line: 503
    pep257: D400 / First line should end with a period (not 't')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pylint: no-self-use / Method could be a function (col 4)
    pep257: D208 / Docstring is over-indented
  Line: 507
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 11)
  Line: 514
    pep257: D400 / First line should end with a period (not 'n')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pylint: no-self-use / Method could be a function (col 4)
    pep257: D208 / Docstring is over-indented
  Line: 521
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)

pov/basic/Vector.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D209 / Multi-line docstring closing quotes should be on a separate line
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
  Line: 22
    pep257: D102 / Missing docstring in public method
  Line: 32
    pep257: D105 / Missing docstring in magic method
  Line: 35
    pep257: D105 / Missing docstring in magic method
  Line: 38
    pep257: D105 / Missing docstring in magic method
  Line: 42
    pep257: D105 / Missing docstring in magic method
  Line: 45
    pep257: D210 / No whitespaces allowed surrounding docstring text
    pep257: D400 / First line should end with a period (not 'n')
    pep257: D300 / Use """triple double quotes""" (found '-quotes)
  Line: 47
    pylint: unneeded-not / Consider changing "not type(other) in (float, int)" to "type(other) not in (float, int)" (col 11)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)
  Line: 49
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
  Line: 51
    pep257: D210 / No whitespaces allowed surrounding docstring text
    pep257: D400 / First line should end with a period (not 'n')
    pep257: D300 / Use """triple double quotes""" (found '-quotes)
  Line: 53
    pylint: unneeded-not / Consider changing "not type(other) in (float, int)" to "type(other) not in (float, int)" (col 11)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)
  Line: 55
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
  Line: 57
    pep257: D105 / Missing docstring in magic method
  Line: 58
    pylint: unneeded-not / Consider changing "not type(other) in (float, int)" to "type(other) not in (float, int)" (col 11)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)
  Line: 60
    pep8: E226 / missing whitespace around arithmetic operator (col 25)
  Line: 62
    pep257: D105 / Missing docstring in magic method
  Line: 66
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 69
    pep257: D105 / Missing docstring in magic method
  Line: 73
    pep8: E226 / missing whitespace around arithmetic operator (col 28)
  Line: 76
    pep257: D105 / Missing docstring in magic method
  Line: 79
    pep257: D105 / Missing docstring in magic method
  Line: 86
    pep8: E226 / missing whitespace around arithmetic operator (col 27)
  Line: 89
    pep257: D400 / First line should end with a period (not 'r')
  Line: 92
    pep8: E226 / missing whitespace around arithmetic operator (col 30)
  Line: 95
    pep257: D400 / First line should end with a period (not 's')
  Line: 101
    pep8: E226 / missing whitespace around arithmetic operator (col 37)
  Line: 104
    pep257: D105 / Missing docstring in magic method
  Line: 106
    pep8: W293 / blank line contains whitespace (col 1)
  Line: 107
    pep8: W293 / blank line contains whitespace (col 1)
  Line: 109
    pylint: invalid-name / Invalid constant name "x"
  Line: 110
    pylint: invalid-name / Invalid constant name "y"
  Line: 111
    pylint: invalid-name / Invalid constant name "z"

pov/basic/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/csg/Csg.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented

pov/csg/Difference.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 26
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/csg/Intersection.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 30
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/csg/Merge.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not '}')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 23
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/csg/Union.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 28
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/csg/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/examples/basic_scene.py
  Line: 1
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
  Line: 70
    pyflakes: F401 / 'debug' imported but unused (col 1)

pov/examples/basic_sphere.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 13
    pyflakes: F403 / 'from logging import *' used; unable to detect undefined names (col 1)
  Line: 19
    pyflakes: F403 / 'from pov.basic.Vector import *' used; unable to detect undefined names (col 1)

pov/examples/checkered_floor.py
  Line: 1
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

pov/examples/image_map.py
  Line: 1
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

pov/examples/orthographic_scene.py
  Line: 1
    pep257: D301 / Use r""" if any backslashes in a docstring
    pep257: D400 / First line should end with a period (not '!')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

pov/examples/radiocity_scene.py
  Line: 1
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

pov/examples/text_fonts.py
  Line: 1
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

pov/finite_patch/FinitePatch.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented

pov/finite_patch/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/finite_solid/Blob.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 33
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D208 / Docstring is over-indented
  Line: 42
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 50
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 60
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/Box.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 19
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 51
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D208 / Docstring is over-indented
  Line: 78
    pylint: consider-using-enumerate / Consider using enumerate instead of iterating with range and len (col 8)

pov/finite_solid/Cone.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 19
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 28
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D208 / Docstring is over-indented
    mccabe: MC0001 / Cone.__init__ is too complex (12)
  Line: 55
    pylint: unneeded-not / Consider changing "not type(baseradius) in (int, float)" to "type(baseradius) not in (int, float)" (col 11)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)
  Line: 67
    pylint: unneeded-not / Consider changing "not type(capradius) in (int, float)" to "type(capradius) not in (int, float)" (col 11)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)
  Line: 73
    pylint: consider-using-enumerate / Consider using enumerate instead of iterating with range and len (col 8)
  Line: 82
    pylint: unneeded-not / Consider changing "not type(val) == bool" to "type(val) != bool" (col 15)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 19)

pov/finite_solid/Cylinder.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 19
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 28
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D208 / Docstring is over-indented
    mccabe: MC0001 / Cylinder.__init__ is too complex (11)
  Line: 59
    pylint: unneeded-not / Consider changing "not type(radius) in (int, float)" to "type(radius) not in (int, float)" (col 11)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 15)
  Line: 65
    pylint: consider-using-enumerate / Consider using enumerate instead of iterating with range and len (col 8)
  Line: 74
    pylint: unneeded-not / Consider changing "not type(val) == bool" to "type(val) != bool" (col 15)
    pylint: unidiomatic-typecheck / Using type() instead of isinstance() for a typecheck. (col 19)

pov/finite_solid/HeightField.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 33
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 51
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 59
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 74
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 84
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/JuliaFractal.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 39
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 51
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 65
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 75
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/Lathe.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 36
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 51
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 83
    pep8: W503 / line break before binary operator (col 21)
  Line: 87
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 97
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/Prism.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/Sor.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/Sphere.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 28
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 35
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 51
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 61
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 4)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/SphereSweep.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/SuperEllipsoid.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/Text.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/Torus.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 30
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/finite_solid/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/global_settings/GlobalSettings.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 39
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 50
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 59
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/global_settings/Photons.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 37
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 44
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 51
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/global_settings/Radiosity.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 43
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 58
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 68
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/global_settings/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/include/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/include/chars_inc.py
  Line: 1
    pep257: D301 / Use r""" if any backslashes in a docstring
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)

pov/include/colors_inc.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 177
    pep257: D400 / First line should end with a period (not 'c')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 201
    pep257: D401 / First line should be in imperative mood ('Take', not 'Takes')
    pep257: D400 / First line should end with a period (not ',')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 224
    pep257: D401 / First line should be in imperative mood ('Convert', not 'Converts')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 248
    pep257: D401 / First line should be in imperative mood ('Convert', not 'Converts')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 274
    pep257: D401 / First line should be in imperative mood ('Convert', not 'Converts')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 285
    pep8: E226 / missing whitespace around arithmetic operator (col 14)
  Line: 294
    pep257: D401 / First line should be in imperative mood ('Convert', not 'Converts')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 309
    pylint: superfluous-parens / Unnecessary parens after u'if' keyword

pov/infinite_solid/Plane.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 26
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 38
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 52
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 62
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/infinite_solid/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/language_directive/Default.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 19
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D208 / Docstring is over-indented
  Line: 29
    pep257: D400 / First line should end with a period (not 't')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 37
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 45
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 53
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/language_directive/Include.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 27
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 37
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 47
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/language_directive/LanguageDirective.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D204 / 1 blank line required after class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 41
    pep257: D102 / Missing docstring in public method
  Line: 54
    pep257: D105 / Missing docstring in magic method

pov/language_directive/Version.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 19
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 25
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 35
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 45
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/language_directive/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/object_modifier/ClippedBy.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 27
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/object_modifier/Interior.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 19
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 'R')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 24
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/object_modifier/Matrix.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 25
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 32
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 46
    pep257: D105 / Missing docstring in magic method

pov/object_modifier/ObjectModifier.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented

pov/object_modifier/Rotate.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 'R')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 23
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 30
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 44
    pep257: D105 / Missing docstring in magic method

pov/object_modifier/Scale.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 'R')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 23
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 30
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 44
    pep257: D105 / Missing docstring in magic method

pov/object_modifier/Transformation.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 19
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 30
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/object_modifier/Translate.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 'R')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 23
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 30
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 44
    pep257: D105 / Missing docstring in magic method

pov/object_modifier/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/other/Camera.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 56
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 62
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 70
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 80
    pep257: D202 / No blank lines allowed after function docstring (found 1)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/other/Comment.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not '/')
    pep257: D208 / Docstring is over-indented
  Line: 25
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 31
    pep257: D400 / First line should end with a period (not 'n')
    pep257: D208 / Docstring is over-indented

pov/other/IllegalStateException.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/other/IsoSurface.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented

pov/other/LightSource.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 59
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/other/Object.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not '{')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 26
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/other/ParametricObj.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented

pov/other/SdlSyntaxException.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 's')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/other/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/texture/ColorMap.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 19
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 34
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 42
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 58
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 73
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/texture/Finish.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D208 / Docstring is over-indented
  Line: 42
    pep257: D400 / First line should end with a period (not 't')
    pep257: D208 / Docstring is over-indented

pov/texture/ImageMap.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 22
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/texture/Irid.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented
  Line: 22
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/texture/Normal.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 77
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/texture/Pigment.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 79
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/texture/Reflection.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 44
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/texture/Texture.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 17
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not ':')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 81
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented

pov/texture/__init__.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')

pov/texture/pattern/Gradient.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 18
    pep257: D203 / 1 blank line required before class docstring (found 0)
    pep257: D400 / First line should end with a period (not '{')
    pep257: D205 / 1 blank line required between summary line and description (found 0)
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 26
    pep257: D400 / First line should end with a period (not 't')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D208 / Docstring is over-indented
  Line: 34
    pep257: D400 / First line should end with a period (not 'e')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

pov/texture/pattern/__init__.py
  Line: 1
    pep257: D400 / First line should end with a period (not 'g')
    pep257: D300 / Use """triple double quotes""" (found '''-quotes)
    pep257: D200 / One-line docstring should fit on one line with quotes (found 3)
    pep257: D208 / Docstring is over-indented

runprospector.py
  Line: 1
    pep257: D400 / First line should end with a period (not 'y')
  Line: 16
    pep257: D400 / First line should end with a period (not 'n')
  Line: 51
    pylint: missing-final-newline / Final newline missing

runtest.py
  Line: 1
    pep257: D302 / Use u""" for Unicode docstrings
    pep257: D400 / First line should end with a period (not '3')
  Line: 16
    pylint: no-name-in-module / No name 'BasicTest' in module 'pov.tests'
  Line: 17
    pylint: no-name-in-module / No name 'FiniteSolidTest' in module 'pov.tests'
  Line: 18
    pylint: no-name-in-module / No name 'LanguageDirectiveTest' in module 'pov.tests'
  Line: 21
    pep257: D210 / No whitespaces allowed surrounding docstring text
    pep257: D400 / First line should end with a period (not 'e')
  Line: 25
    pylint: no-value-for-parameter / No value for argument 'module' in unbound method call (col 20)
  Line: 26
    pylint: no-value-for-parameter / No value for argument 'module' in unbound method call (col 20)
  Line: 28
    pylint: no-value-for-parameter / No value for argument 'module' in unbound method call (col 8)

Check Information
=================
         Started: 2016-02-05 20:26:25.331644
        Finished: 2016-02-05 20:26:39.247845
      Time Taken: 13.92 seconds
       Formatter: grouped
        Profiles: .landscape.yml, doc_warnings, no_test_warnings, strictness_veryhigh, no_member_warnings
      Strictness: from profile
  Libraries Used: 
       Tools Run: dodgy, mccabe, pep257, pep8, profile-validator, pyflakes, pylint
  Messages Found: 2859
 External Config: pylint: /home/chocokiko/devel/py_pov/.pylintrc
pennyarcade commented 8 years ago

This may be due to dodgy failing with an exception. See my comment here: https://github.com/joshkel/dodgy/commit/f8f9436a67f80d0ad1ba2530dc219ebf6aa4d6e1 I'll try turning off dodgy in my landscape config now.

pennyarcade commented 8 years ago

Update: disabling dodgy fixes the problem. Please integrate above pull request into dodgy so I can use it again.

carlio commented 8 years ago

@pennyarcade Hi there, thanks for the well wishes! I'm not quite back yet but getting there :)

You're right that dodgy is the problem here. For what it's worth, and hopefully you don't need to use it in the future, you can use the --die-on-tool-error flag to see the stacktrace of the tools if they break, helpful for debugging.

Confusingly, I thought I had already fixed that encoding issue in this commit, are you using dodgy 1.9 which was only released a couple of months ago? I must have missed that original PR from @joshkel and will fold in the other changes from it to the changes I already tried.