Skip to content

Commit

Permalink
Cleanup autopep leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Jun 26, 2023
1 parent aba4b64 commit de93d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_tasks/lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ lint-typing-strict-%:
## Run code formatters to correct style errors.
format-style: $(shell git ls-files "*.py")
@$(call print_help,$@:)
@autopep8 $?
@black $?
@$(call print_pass,$@:)

0 comments on commit de93d54

Please sign in to comment.