getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.62k stars 450 forks source link

Update dodo.py #3746

Closed boyhominid closed 10 months ago

boyhominid commented 10 months ago

Pull Request Checklist

Description

Added script annotations to functions

boyhominid commented 10 months ago

Super apologetic here, just getting started and I want to help. I'll take a look at things before I re-submit changes you've requested

Kwpolska commented 10 months ago

It is OK to make mistakes. It is also important to test your changes before opening a pull request. For type annotations, this would mean checking the code with mypy or pyright. I would also recommend focusing on the main codebase in the nikola folder.