fix pre-commit setup

This commit is contained in:
Barrett Ruth 2025-08-30 19:13:32 -05:00
parent ba0fcd7432
commit 58eb874723
3 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
repos: repos:
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6 rev: v17.0.6
hooks: hooks:
- id: clang-format - id: clang-format
args: [--style=file] args: [--style=file]
files: \.(cc|cpp|cxx|hh|hpp|hxx)$ files: \.(cc|cpp|cxx|hh|hpp|hxx)$

View file

@ -1,8 +1,8 @@
[project] [project]
name = "bmath" name = "bmath"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "Header-Only C++ 23 Math Library"
readme = "README.md" readme = "readme.md"
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [
"pre-commit>=4.3.0", "pre-commit>=4.3.0",

View file

@ -6,4 +6,4 @@ header-only c++ 23 math library
[] sieves [] sieves
[] factorization [] factorization
[] `std::unsigned_integral` as modulus type [x] `std::unsigned_integral` as modulus type