Skip to content

Commit

Permalink
pre-commit run -> fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Majakari committed Nov 21, 2023
1 parent 34bc83c commit 5fdac2e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion {{cookiecutter.project_slug}}/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# this if config file for https://asdf-vm.com/
# which can be used to install hundreds of tools at specific version
poetry 1.7.1

1 change: 0 additions & 1 deletion {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ deps: .make-dev-deps
.make-dev-deps: poetry.lock
poetry install --with docs --sync
touch $@

2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/tools/make/Common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ docker-run: ## Run system locally with docker
test: ## Run automated tests

.PHONY: lint
lint: ## Analyze code for issues/smells
lint: ## Analyze code for issues/smells

0 comments on commit 5fdac2e

Please sign in to comment.