From c73c1d9be26e401e7bd4c0f344821ebe6ea8a073 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 17 Jun 2022 17:47:13 -0400 Subject: [PATCH 1/2] [src/crunch.py] use the hammer to ignore std lib warnings closes #100 --- src/crunch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crunch.py b/src/crunch.py index bb54e3d..12d360b 100755 --- a/src/crunch.py +++ b/src/crunch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3 -Wignore # ================================================================== # crunch From ed6c1664c5229da0519eeb6457d1072f8c3d78d8 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 17 Jun 2022 18:04:38 -0400 Subject: [PATCH 2/2] [src/crunch.py] add env `-S` option --- src/crunch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crunch.py b/src/crunch.py index 12d360b..d90c90d 100755 --- a/src/crunch.py +++ b/src/crunch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -Wignore +#!/usr/bin/env -S python3 -Wignore # ================================================================== # crunch