Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 581 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 581 Bytes

Contributing to OpenVINO™ Explainable AI Toolkit

Code style

Changes to OpenVINO XAI Python code should conform to Python Coding Style Guide

Basic code style and static checks are enforced using a pre-commit Github action. The exact checks that are run are described in the corresponding config file. The checks can be run locally using pre-commit run --all-files or pre-commit run --files FILENAME. Most of these checks do in-place fixes at the same time they are run using pre-commit run --all-files