Skip to content

Commit

Permalink
improved dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
loRes228 committed Jun 3, 2024
1 parent 1f3fc76 commit 72929d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 99

[*.md]
max_line_length = 150
[*.{md,rst}]
max_line_length = 999

[*.{yml,yaml,json}]
indent_size = 2
Expand Down
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ test-report-view:
-$(MAKE) test-report
python -m webbrowser "${CURDIR}/${REPORTS_DIRECTORY}/tests/index.html"
python -m webbrowser "${CURDIR}/${REPORTS_DIRECTORY}/coverage/index.html"


# =====================================
# Project
# =====================================

.PHONY: release
release:
git tag "v$(shell hatch version)"

0 comments on commit 72929d7

Please sign in to comment.