]> git.scottworley.com Git - nix-pin-deps/blobdiff - test.sh
Release 1.1.1
[nix-pin-deps] / test.sh
diff --git a/test.sh b/test.sh
index 146f90116465d62d5baf944cb731487a1ac1151f..c143632d4f8b55cd06cf16be9a35878c338f0130 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 set -e
 
@@ -8,7 +8,7 @@ find . -name build -prune -o -name dist -prune -o -name '*.py' -print0 |
 if [ "$1" = lint ];then
 
   pylint --reports=n --persistent=n --ignore-imports=y \
-    -d fixme,invalid-name,missing-docstring,subprocess-run-check,too-few-public-methods *.py
+    -d fixme,invalid-name,missing-docstring,subprocess-run-check,too-few-public-methods -- *.py
 
   formatting_needs_fixing=$(
     find . -name '*.py' -print0 |