Skip to content

Commit 5fdac2e

Browse files
author
Edvard Majakari
committed
pre-commit run -> fix newlines
1 parent 34bc83c commit 5fdac2e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# this if config file for https://asdf-vm.com/
22
# which can be used to install hundreds of tools at specific version
33
poetry 1.7.1
4-

{{cookiecutter.project_slug}}/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ deps: .make-dev-deps
1616
.make-dev-deps: poetry.lock
1717
poetry install --with docs --sync
1818
touch $@
19-

{{cookiecutter.project_slug}}/tools/make/Common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ docker-run: ## Run system locally with docker
6060
test: ## Run automated tests
6161

6262
.PHONY: lint
63-
lint: ## Analyze code for issues/smells
63+
lint: ## Analyze code for issues/smells

0 commit comments

Comments
 (0)