From b7435917111edf1c5d1ae9a288fda466fff988d5 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Tue, 3 Oct 2023 14:24:07 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .copyright.tmpl | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copyright.tmpl b/.copyright.tmpl index 1f415b7..dec6612 100644 --- a/.copyright.tmpl +++ b/.copyright.tmpl @@ -1,4 +1,4 @@ -Copyright (c) ${years} Maxim Slipenko, Euegene Lazurenko. +Copyright (c) ${years} Maxim Slipenko, Eugene Lazurenko. This file is part of Statapp (see https://github.com/shizand/statapp). diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a810059..1f58d23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/johann-petrak/licenseheaders.git - rev: 'master' + rev: v0.8.8 hooks: - id: licenseheaders args: ["-t", ".copyright.tmpl", "-cy", "-f", "-d statapp"]