Read all developer instructions and contribution guidelines in @README.md.
When changing code in pyairtable/, follow these steps one at a time:
tox -e mypytox -e py314 -- $CHANGED_FILE $CORRESPONDING_TEST_FILEtox -e coveragemake lintmake docsmake test
When changing code in docs/, follow these steps instead:
make docsmake lint