Skip to content

Commit 9fbe524

Browse files
committed
style: lint pylint config
1 parent f2ce4fa commit 9fbe524

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ api-lint:
6060
terraform fmt -recursive
6161
pre-commit run --all-files
6262
black ./api/terraform/python/
63+
flake8 api/terraform/python/
64+
pylint api/terraform/python/openai_api/**/*.py
6365

6466
api-clean:
6567
rm -rf venv

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[build-system]
2-
requires = ["flake8", "gitlint", "bump2version"]
3-
41
[tool.isort]
52
profile = "black"
63
lines_after_imports = 2

0 commit comments

Comments
 (0)