We welcome bug reports and pull requests.
git clone https://github.com/ahrefs/ahrefs-python.git
cd ahrefs-python
make installmake test # run unit tests
make lint # type-check and lint
make format # auto-format- Keep changes focused on a single issue or feature.
- Add or update tests for any behavior changes.
- Run
make lint && make testbefore submitting.