From 58eb8747231ae06f3c7051e96d7cd32ef46d355e Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 30 Aug 2025 19:13:32 -0500 Subject: [PATCH] fix pre-commit setup --- .pre-commit-config.yaml | 10 +++++----- pyproject.toml | 4 ++-- readme.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef37ed2..160b9cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.6 - hooks: - - id: clang-format - args: [--style=file] - files: \.(cc|cpp|cxx|hh|hpp|hxx)$ + rev: v17.0.6 + hooks: + - id: clang-format + args: [--style=file] + files: \.(cc|cpp|cxx|hh|hpp|hxx)$ diff --git a/pyproject.toml b/pyproject.toml index bca982c..d710dc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "bmath" version = "0.1.0" -description = "Add your description here" -readme = "README.md" +description = "Header-Only C++ 23 Math Library" +readme = "readme.md" requires-python = ">=3.11" dependencies = [ "pre-commit>=4.3.0", diff --git a/readme.md b/readme.md index bde468b..70350b5 100644 --- a/readme.md +++ b/readme.md @@ -6,4 +6,4 @@ header-only c++ 23 math library [] sieves [] factorization -[] `std::unsigned_integral` as modulus type +[x] `std::unsigned_integral` as modulus type