Skip to content

Commit 3a5e5d4

Browse files
committed
fix pycodestyle
1 parent d957336 commit 3a5e5d4

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/ai-providers/server-ai-langchain/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ test: install
2020
lint: #! Run type analysis and linting checks
2121
lint: install
2222
poetry run mypy src/ldai_langchain
23+
poetry run isort --check --atomic src/ldai_langchain
2324
poetry run pycodestyle src/ldai_langchain
2425

2526
.PHONY: build

packages/ai-providers/server-ai-langchain/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ pytest = ">=2.8"
3333
pytest-cov = ">=2.4.0"
3434
pytest-asyncio = ">=0.21.0"
3535
mypy = "==1.18.2"
36+
pycodestyle = ">=2.11.0"
37+
isort = ">=5.12.0"
3638

3739
[tool.mypy]
3840
python_version = "3.9"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pycodestyle]
2+
max-line-length = 120

0 commit comments

Comments
 (0)