mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 02:06:44 +00:00
chore(anthropic): add version (#35293)
This commit is contained in:
@@ -51,13 +51,17 @@ format format_diff:
|
||||
check_imports: $(shell find langchain_anthropic -name '*.py')
|
||||
uv run --all-groups python ./scripts/check_imports.py $^
|
||||
|
||||
check_version:
|
||||
uv run python ./scripts/check_version.py
|
||||
|
||||
######################
|
||||
# HELP
|
||||
######################
|
||||
|
||||
help:
|
||||
@echo '----'
|
||||
@echo 'check_imports - check imports'
|
||||
@echo 'check_imports - check imports'
|
||||
@echo 'check_version - validate version consistency'
|
||||
@echo 'format - run code formatters'
|
||||
@echo 'lint - run linters'
|
||||
@echo 'type - run type checking'
|
||||
|
||||
Reference in New Issue
Block a user