Skip to content

Commit 5566e73

Browse files
author
codegen-bot
committed
run precommit
1 parent 3c19792 commit 5566e73

File tree

12 files changed

+5
-13
lines changed

12 files changed

+5
-13
lines changed

.circleci/ats.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ if [ ! -s codecov_ats/tests_to_run.txt ]; then
3333
run_count=1
3434
echo "Added ${TESTS_TO_RUN} as fallback. New run count: $run_count"
3535
fi
36-

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,3 @@ workflows:
528528
requires:
529529
- linux-wheels
530530
- osx-wheels
531-
532-
533-

.github/codecov.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ cli:
7171
- "--verbose"
7272
- "-n=auto"
7373
python_path: ".venv/bin/python"
74-

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ graph-sitter-types/typings/**
6565
coverage.json
6666
tests/integration/verified_codemods/codemod_data/repo_commits.json
6767
.codegen/*
68-
.benchmarks/*
68+
.benchmarks/*

.lfsconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[lfs]
2-
url = [email protected]:codegen-sh/graph-sitter-private.git
2+
url = [email protected]:codegen-sh/graph-sitter-private.git

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ repos:
4343
exclude_types: [mdx, pyi]
4444
- id: check-yaml
4545
- id: end-of-file-fixer
46+
exclude: (src/codemods/eval)|(tests/unit/skills/snapshots)|(tests/unit/codegen/sdk/output)|(tests/integration/verified_codemods)|(docs/)
4647
- id: check-merge-conflict
4748

4849
- repo: https://github.com/python-jsonschema/check-jsonschema

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ git push origin v0.YOUR_VERSION
6969
```
7070

7171
This will trigger a release job to build this new version.
72-

mypy.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ exclude = (?x)(
4949
| tests/unit/skills/snapshots/*
5050
)
5151
plugins = pydantic.mypy
52-

scripts/setup-lfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
./scripts/install-deps.sh
33

44
git lfs install
5-
git lfs pull
5+
git lfs pull

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ uv tool update-shell
66
uv venv && source .venv/bin/activate
77
uv sync
88
pre-commit install
9-
pre-commit install-hooks
9+
pre-commit install-hooks

0 commit comments

Comments
 (0)