From e961ae202c56e311e3d96ccc270576d55ffed53d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 30 Mar 2022 12:27:48 +0100 Subject: [PATCH] Upgrade to curlylint 0.13.1 Addresses https://github.com/thibaudcolas/curlylint/issues/132 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f37b663603..039b36031b 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ testing_extras = [ "doc8==0.8.1", "flake8-assertive==2.0.0", # For templates linting - "curlylint==0.13.0", + "curlylint==0.13.1", # For template indenting "djhtml==1.4.13", # for validating string formats in .po translation files