Phase 1: Implement PoW algorithm #1

Merged
krendelhoff merged 14 commits from phase-1-pow into master 2025-08-22 15:57:21 +03:00
Showing only changes of commit 2d7a2bfaa3 - Show all commits

9
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,9 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md] # сохранить двойной пробел в markdown как перенос
- id: end-of-file-fixer
- id: mixed-line-ending
args: [--fix=lf]