sphinx-doc / sphinx-autobuild

Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.
MIT License
523 stars 75 forks source link

lint: update pre-commit hook's versions #163

Open Borda opened 1 month ago

Borda commented 1 month ago

Running regular update pre-commit autoupdate...

Moreover curious if it would be possible to install this bot, which would help with fixing open PRs and do these regular updates automatically (via PR so all is validated before merge)

ci:
  autofix_prs: true
  autoupdate_commit_msg: "[pre-commit.ci] pre-commit suggestions"
  autoupdate_schedule: quarterly
  # submodules: true

cc: @AA-Turner @hugovk

Borda commented 1 month ago

@pradyunsg @GaretJax could you pls have look :)