Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

couple fixes #16

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/saltext/cli/project/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion src/saltext/cli/project/setup.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down