onnxruntime/tools/ci_build/github/python_checks
2021-10-01 22:47:52 +00:00
..
readme.md Merged PR 6524907: Fix merge conflicts from public ORT to WindowsAI ORT 2021-10-01 22:47:52 +00:00
requirements.txt Merged PR 6524907: Fix merge conflicts from public ORT to WindowsAI ORT 2021-10-01 22:47:52 +00:00

Python Code Checks

Python code checks are run by this CI build. Here are instructions on how to run them manually.

Prerequisites

Install requirements.

From the repo root, run:

$ python -m pip install -r tools/ci_build/github/python_checks/requirements.txt

Flake8

From the repo root, run:

$ python -m flake8 --config .flake8