Skip to content

Commit

Permalink
feat: add AnonPSI.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivacyGo committed Jan 23, 2024
1 parent dac41d5 commit 260c45b
Show file tree
Hide file tree
Showing 23 changed files with 1,764 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand All @@ -15,3 +17,14 @@ repos:
rev: v16.0.0
hooks:
- id: clang-format
files: \.(cpp|h)$
args: ["-i"]
- repo: https://github.com/google/yapf/
rev: v0.40.2
hooks:
- id: yapf
name: yapf
language: python
entry: yapf
args: ["--style=.style.yapf", "-i"]
types: [python]
Loading

0 comments on commit 260c45b

Please sign in to comment.