Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/tools/lint/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 697 B image not shown  

Quelle  ruff-format.yml   Sprache: unbekannt

 
Spracherkennung für: .yml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

---
ruff-format:
    description: Reformat python with ruff
    # Excludes should be added to topsrcdir/pyproject.toml
    exclude:
        - gfx/harfbuzz/src/meson.build
        - '**/*.mako.py'
        - python/mozbuild/mozbuild/test/frontend/data/reader-error-syntax/moz.build
        - testing/mozharness/configs/test/test_malformed.py
        - testing/web-platform/tests
    extensions:
        - build
        - configure
        - mozbuild
        - py
    # Format Python inside dot-directories too (e.g. .agents, .claude skills).
    find-dotfiles: true
    support-files:
        - 'tools/lint/python/**'
        - '**/pyproject.toml'
    type: external
    payload: python.ruff:format

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-25]