diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org index d0ccbf5..1f899f5 100644 --- a/README.org +++ b/README.org @@ -72,7 +72,7 @@ Run unit tests with: To run the linter over the code base, run: #+BEGIN_SRC shell - pylint *.py tests quality_control qc_app r_qtl scripts + pylint setup.py wsgi.py tests quality_control qc_app r_qtl scripts #+END_SRC To check for correct type usage in the application, run: |
