Skip to content

Commit

Permalink
appqos: pipenv 2024.0.1 can fetch pwr-v0.2.2. The word astroid is exc…
Browse files Browse the repository at this point in the history
…luded in codespell.

Signed-off-by: Raghavan Kanagaraj <[email protected]>
  • Loading branch information
rkanagar committed Jun 14, 2024
1 parent cc0e6a6 commit 89f3fdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appqos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bandit:

.PHONY: codespell
codespell:
WORKON_HOME=$(VENV_DIR) pipenv run codespell -L unit --skip ca -q 3
WORKON_HOME=$(VENV_DIR) pipenv run codespell -L unit,astroid --skip ca -q 3

.PHONY: build
build: $(VENV_DIR)
Expand Down
2 changes: 1 addition & 1 deletion appqos/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ psutil = "*"
pqos = {path = "../lib/python"}

[dev-packages]
pwr = {git = "https://github.com/intel/CommsPowerManagement.git", ref = "pwr-v0.2.2", subdirectory = "pwr"}
pwr = {git = "https://github.com/intel/CommsPowerManagement.git@pwr-v0.2.2", subdirectory = "pwr"}
flask-cors = "*"
bandit = "*"
pylint = "==2.17.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bandit:

.PHONY: codespell
codespell:
WORKON_HOME=$(VENV_DIR) pipenv run codespell . -L unit -q 2
WORKON_HOME=$(VENV_DIR) pipenv run codespell . -L unit,astroid -q 2

style:
${MAKE} pylint
Expand Down

0 comments on commit 89f3fdc

Please sign in to comment.