Contributing

Thank you for your interest in contributing to AutoQA!

How to contribute

  • Fork the repository.
  • Create a new branch for your feature or fix.
  • Install dependencies:
pip install -e '.[dev]'
pre-commit install
  • Run tests:
pytest
  • Format code:
black .
  • Open a pull request.