System

These checks ensures that our internal checks passes.

For example, we can report violations from this group when some exception occur during the linting process or some dependencies are missing.

Summary

InternalErrorViolation

WPS000 — Happens when we get unhandled exception during the linting process.

Respect your objects

class InternalErrorViolation(node=None, text=None, baseline=None)[source]

Bases: SimpleViolation

WPS000 — Happens when we get unhandled exception during the linting process.

All this violations should be reported to the main issue tracker. We ideally should not produce these violations at all.

Added in version 0.13.0.

error_template: ClassVar[str] = 'Internal error happened, see log. Please, take some time to report it'
code: ClassVar[int] = 0
full_code: ClassVar[str] = 'WPS000'
summary: ClassVar[str] = 'Happens when we get unhandled exception during the linting process.'