Skip to content
Snippets Groups Projects
Unverified Commit 4a230282 authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

codacy: disable complaining about python assert

This silents the reported issue in codacy about python asserts:

    Use of assert detected. The enclosed code will be removed when
    compiling to optimised byte code.

The concern is valid about python asserts, but they are used in tests
and python is not run with optimised byte code.

Solution taken from codacy website
https://support.codacy.com/hc/en-us/articles/207994335-Code-Patterns
parent 2bfa0e49
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment