Files
Auto-GPT/.github/PULL_REQUEST_TEMPLATE.md
2023-08-06 21:17:51 -07:00

577 B

Background

Changes

PR Quality Checklist

  • I have run the following commands against my code to ensure it passes our linters:
    black . --exclude test.py
    isort .
    mypy .
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring --in-place agbenchmark