File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # This file contains configuration for the LGTM tool: https://lgtm.com/
3
+ # The numcodecs repository is continuously scanned by the LGTM tool for
4
+ # any security and/or code vulnerabilities. You can find the alerts here:
5
+ # https://lgtm.com/projects/g/zarr-developers/numcodecs
6
+
7
+ extraction :
8
+ python :
9
+ index :
10
+ exclude : cpuinfo.py
11
+
12
+ path_classifiers :
13
+ test :
14
+ - numcodecs/tests
15
+
16
+ queries :
17
+ - exclude : py/clear-text-logging-sensitive-data
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ Maintenance
24
24
* Remove trailing spaces and empty lines.
25
25
By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `, :issue: `341 `.
26
26
27
+ * Add LGTM.com configuration file
28
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `, :issue: `337 `.
29
+
27
30
.. _release_0.10.0 :
28
31
29
32
0.10.0
You can’t perform that action at this time.
0 commit comments