Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# This file contains configuration for the LGTM tool: https://lgtm.com/
# The numcodecs repository is continuously scanned by the LGTM tool for
# any security and/or code vulnerabilities. You can find the alerts here:
# https://lgtm.com/projects/g/zarr-developers/numcodecs

extraction:
python:
index:
exclude: cpuinfo.py

path_classifiers:
test:
- numcodecs/tests

queries:
- exclude: py/clear-text-logging-sensitive-data
3 changes: 3 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Maintenance
* Remove trailing spaces and empty lines.
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`, :issue:`341`.

* Add LGTM.com configuration file
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`, :issue:`337`.

.. _release_0.10.0:

0.10.0
Expand Down