A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
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.
 
 
 
 
 

12 lines
259 B

  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