Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# worktree?
worktrees/

# dependencies
/.pnp
.pnp.js
Expand Down
44 changes: 2 additions & 42 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,50 +53,10 @@ repos:
- id: ensure-dunder-all
exclude: "test*|examples*|tools"
args: ["--use-tuple"]
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: "v1.6.1"
# hooks:
# - id: mypy
# exclude: "tools|docs"
# additional_dependencies:
# [
# annotated_types,
# httpx,
# httpx_sse,
# hypothesis,
# jsbeautifier,
# pydantic>=2,
# pydantic-extra-types,
# pytest,
# pytest-lazy-fixture,
# pytest-mock,
# pytest_docker,
# python-dotenv,
# click,
# rich,
# rich-click,
# structlog,
# uvicorn,
# prometheus_client,
# litestar,
# polyfactory,
# discord-py,
# ]
- repo: local
- repo: https://github.com/JacobCoffee/ty-pre-commit
rev: v0.0.1
hooks:
- id: ty
name: ty
entry: bash -c "uv run --no-sync ty check services/bot/src packages/byte-common/src"
language: system
types: [python]
pass_filenames: false
- id: pre-push-ci
name: Run CI checks before push
entry: make ci
language: system
stages: [pre-push]
pass_filenames: false
verbose: true
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.2
hooks:
Expand Down
3 changes: 3 additions & 0 deletions .prekignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exclude worktrees from prek workspace discovery
# This prevents prek from running hooks on all worktrees
worktrees/
209 changes: 0 additions & 209 deletions AGENT5_REPORT.md

This file was deleted.

Loading
Loading