From 38957bf97f10b0a4efad2b2889966fe539c59a2a Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Mon, 16 May 2022 16:47:04 -0700 Subject: [PATCH] copy jinja and sphinx dependancies from Salt repo. Don't run lint against noxfile.py. --- src/saltext/cli/project/.pylintrc | 2 +- src/saltext/cli/project/setup.cfg.j2 | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/saltext/cli/project/.pylintrc b/src/saltext/cli/project/.pylintrc index 9ead2f3..15612f9 100644 --- a/src/saltext/cli/project/.pylintrc +++ b/src/saltext/cli/project/.pylintrc @@ -12,7 +12,7 @@ profile=no # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS,_version.py +ignore=CVS,_version.py,noxfile.py # Pickle collected data for later comparisons. persistent=yes diff --git a/src/saltext/cli/project/setup.cfg.j2 b/src/saltext/cli/project/setup.cfg.j2 index d74704f..c40ba6a 100644 --- a/src/saltext/cli/project/setup.cfg.j2 +++ b/src/saltext/cli/project/setup.cfg.j2 @@ -72,13 +72,15 @@ salt.loader= tests = pytest==6.2.4 pytest-salt-factories==0.911.0 + jinja2<3.1 dev = nox pre-commit==2.13.0 pylint SaltPyLint docs = - sphinx + sphinx>=3.5.1 + jinja2<3.1 furo sphinx-copybutton sphinx-prompt