From 3b9664cd60a0f96ce46b40aafa8d0ef7c7f62e9e Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 7 Nov 2023 08:24:32 +0100 Subject: [PATCH] pre-commit update --- .pre-commit-config.yaml | 8 ++++---- docs/argon2.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7559d2b..6c9cdad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,12 +4,12 @@ ci: repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -21,12 +21,12 @@ repos: args: [tests] - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/docs/argon2.md b/docs/argon2.md index bcd721f..fe5cbe6 100644 --- a/docs/argon2.md +++ b/docs/argon2.md @@ -33,7 +33,7 @@ However according to the [Argon2 paper] [^outdated], page 2: > \[…\] the existence of a trivial time-memory tradeoff allows compact implementations with the same energy cost. Therefore a new algorithm was needed. -This time future-proof and with committee-vetting instead of single implementors. +This time future-proof and with committee-vetting instead of single implementers. [^outdated]: Please note that the paper is in some parts outdated. For instance it predates the genesis of Argon2**id**.