A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

12 wiersze
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