A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.pre-commit-config.yaml 259 B

1234567891011
  1. repos:
  2. - repo: https://github.com/astral-sh/ruff-pre-commit
  3. rev: v0.6.8
  4. hooks:
  5. - id: ruff
  6. args: [--fix]
  7. - id: ruff-format
  8. - repo: https://github.com/RobertCraigie/pyright-python
  9. rev: v1.1.383
  10. hooks:
  11. - id: pyright