Skip to content

Commit

Permalink
fix: remove unused darglint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed May 13, 2023
1 parent 010c75a commit 7f0bbce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clean-test: ## remove test and coverage artifacts
rm -fr .mypy_cache
rm -fr coverage.xml

lint-all: black isort lint static bandit safety vulture darglint ## run all linters
lint-all: black isort lint static bandit safety vulture ## run all linters

lint: ## check style with flake8
flake8 pddl tests
Expand Down Expand Up @@ -86,9 +86,6 @@ safety: ## run safety
vulture: ## check unused code
vulture pddl scripts/whitelist.py

darglint: ## check docstrings
darglint pddl scripts/whitelist.py

test: ## run tests quickly with the default Python
pytest tests --doctest-modules \
pddl tests/ \
Expand Down

0 comments on commit 7f0bbce

Please sign in to comment.