From c079f0fc9e3cf78b6a393a8e19244b79091a6a05 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sat, 23 Dec 2023 17:51:42 +0100 Subject: [PATCH] Moved data files into Python module --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 959aeec8..25c0bf75 100644 --- a/tox.ini +++ b/tox.ini @@ -51,4 +51,4 @@ commands = pylint --version yamllint -v pylint --rcfile=.pylintrc artifacts setup.py tests tools - yamllint -c .yamllint.yaml plaso/data test_data + yamllint -c .yamllint.yaml artifacts/data test_data