Skip to content

Commit

Permalink
fixing typo in pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertohasnofb committed Jan 12, 2024
1 parent e3b8365 commit c1743a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build clean docs-html docs-release flake8 pydoctsyle release-webpage \
.PHONY: build clean docs-html docs-release flake8 pydocstyle release-webpage \
isort-check isort-reformat pytest reformat release check test

build:
Expand Down Expand Up @@ -26,7 +26,7 @@ flake8:

pydocstyle_select = --select=D101,D102,D103,D105,D107

pydoctsyle:
pydocstyle:
python3.9 -m pydocstyle ${pydocstyle_select}

release-webpage:
Expand Down Expand Up @@ -88,6 +88,6 @@ check:

test:
make flake8
make pydoctsyle
make pydocstyle
make isort-check
make pytest
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abjad==3.4
flake8
isort
pydoctsyle
pydocstyle
pytest
setuptools

0 comments on commit c1743a9

Please sign in to comment.