Skip to content

Commit 577639f

Browse files
committed
Check point
1 parent e92a38e commit 577639f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+10542
-3991
lines changed

.claude/project.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ repos:
33
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
6-
- id: end-of-file-fixer
6+
# - id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
- id: check-json
1010
- id: check-toml
1111
- id: check-merge-conflict
1212
- id: debug-statements
1313
- id: mixed-line-ending
14-
15-
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.1.11
17-
hooks:
18-
- id: ruff
19-
args: [--fix]
20-
- id: ruff-format
21-
22-
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.8.0
24-
hooks:
25-
- id: mypy
26-
additional_dependencies: [types-requests]
27-
args: [--strict, --no-implicit-reexport]
28-
files: ^src/
14+
#
15+
# - repo: https://github.com/astral-sh/ruff-pre-commit
16+
# rev: v0.1.11
17+
# hooks:
18+
# - id: ruff
19+
# args: [--fix]
20+
# - id: ruff-format
21+
#
22+
# - repo: https://github.com/pre-commit/mirrors-mypy
23+
# rev: v1.8.0
24+
# hooks:
25+
# - id: mypy
26+
# additional_dependencies: [types-requests]
27+
# args: [--strict, --no-implicit-reexport]
28+
# files: ^src/

CHANGELOG.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

DEVELOPMENT_ROADMAP.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)