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
9 changes: 0 additions & 9 deletions .github/workflows/test_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ jobs:
python3 -m venv chronon_py_env
source chronon_py_env/bin/activate

- name: Run Chronon Python lint (flake8)
shell: bash
run: |
source chronon_py_env/bin/activate
cd api/python/ai/chronon
pip install importlib-metadata==4.11.4
pip install flake8
flake8 --extend-ignore=W605,Q000,F631 --exclude=cli

- name: Run Chronon Python lint (ruff)
shell: bash
run: |
Expand Down
3 changes: 0 additions & 3 deletions api/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ commands =
--cov-report term \
--cov-report html \
{posargs}

[flake8]
max-line-length = 120