Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Schneider <[email protected]>
  • Loading branch information
Mauko Quiroga and MattiSG authored Oct 7, 2021
1 parent 841f852 commit 6332e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openfisca_tasks/lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ check-style: $(shell git ls-files "*.py")
@$(call print_pass,$@:)

## Run linters to check for syntax and style errors in the doc.
lint-styling-doc: \
lint-doc: \
lint-styling-doc-commons \
lint-styling-doc-types \
;
Expand All @@ -26,7 +26,7 @@ lint-styling-doc-%:
@##
@## They can be integrated into setup.cfg once all checks pass.
@## The reason they're here is because otherwise we wouldn't be
@## able to integrate documentation improvements progresively.
@## able to integrate documentation improvements incrementally.
@##
@## D101: Each class has to have at least one doctest.
@## D102: Each public method has to have at least one doctest.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; DXXX: http://www.pydocstyle.org/en/2.1.1/error_codes.html#grouping.
; DXXX: We do not (yet) check docstrings (see https://www.pydocstyle.org/en/2.1.1/error_codes.html#grouping).
; DAR101: We do not (yet) document class/function attributes/arguments.
; DAR201: We do not (yet) document method/function returns.
; E128/133: We prefer hang-closing visual indents.
Expand Down

0 comments on commit 6332e0d

Please sign in to comment.