VibecoderMcSwaggins commited on
Commit
7057335
·
1 Parent(s): 1922dbd

chore: vendor agent-framework for deployment (fix pre-commit)

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -0
.pre-commit-config.yaml CHANGED
@@ -4,7 +4,9 @@ repos:
4
  hooks:
5
  - id: ruff
6
  args: [--fix]
 
7
  - id: ruff-format
 
8
 
9
  - repo: https://github.com/pre-commit/mirrors-mypy
10
  rev: v1.10.0
 
4
  hooks:
5
  - id: ruff
6
  args: [--fix]
7
+ exclude: ^reference_repos/
8
  - id: ruff-format
9
+ exclude: ^reference_repos/
10
 
11
  - repo: https://github.com/pre-commit/mirrors-mypy
12
  rev: v1.10.0