Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit f3640c2

Browse files
committed
adding a minimal .lgtm.yml file
This allows to specify the python version, and to exclude some of the most common errors that are specific to sage see https://trac.sagemath.org/ticket/28839
1 parent cf9673b commit f3640c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.lgtm.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
queries:
2+
- exclude: py/call/wrong-named-class-argument
3+
- exclude: py/call/wrong-number-class-arguments
4+
- exclude: py/unsafe-cyclic-import
5+
extraction:
6+
python:
7+
python_setup:
8+
version: 3

0 commit comments

Comments
 (0)