Skip to content

Commit 477ea4e

Browse files
committed
feat: add Affinity API v2 sync pipeline
1 parent dc6d6e1 commit 477ea4e

3 files changed

Lines changed: 334 additions & 324 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: markdownlint
4040
args: [--fix, --config=.markdownlint.json]
4141
files: ^(docs/|README\.md|AGENTS\.md|.*\.md)$
42-
exclude: ^docs/v1/affinity_api_docs(_legacy)?\.md$ # Exclude large API docs - too many false positives
42+
exclude: ^docs/v[12]/affinity_api_docs(_legacy)?\.md$ # Exclude large API docs - too many false positives
4343

4444
# YAML linting
4545
- repo: https://github.com/adrienverge/yamllint

0 commit comments

Comments
 (0)