Skip to content

Commit 887803c

Browse files
committed
Fixed pyproject.toml
1 parent cf9ce49 commit 887803c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ repos:
1111
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
14+
exclude: 'genius_agent/skills/(git-cli-docs|pydantic-ai-docs|gofastmcp-docs)/'
1415
- id: check-ast
1516
- id: check-yaml
1617
- id: check-toml
@@ -38,6 +39,7 @@ repos:
3839
hooks:
3940
- id: codespell
4041
args: ["-L", "ans,linar,nam,tread,ot,"]
42+
exclude: 'genius_agent/skills/(git-cli-docs|pydantic-ai-docs|gofastmcp-docs)/'
4143
- repo: https://github.com/nbQA-dev/nbQA
4244
rev: 1.9.1
4345
hooks:

0 commit comments

Comments
 (0)