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

Quelle  .pre-commit-config.yaml   Sprache: unbekannt

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

- repo: git://github.com/pre-commit/pre-commit-hooks
  rev: HEAD
  hooks:
    - id: flake8
    - id: check-ast
    - id: detect-private-key
    - id: detect-aws-credentials
    - id: check-merge-conflict
    - id: end-of-file-fixer
    - id: requirements-txt-fixer
    - id: trailing-whitespace
- repo: local
  hooks:
    - id: rustfmt
      name: Check rustfmt
      language: system
      entry: cargo fmt -- --check
      pass_filenames: false
      files: '.rs$'
- repo: local
  hooks:
    - id: tests
      name: Run tests
      language: system
      entry: cargo test --all-targets --all-features
      pass_filenames: false
      files: '.rs$'
- repo: local
  hooks:
    - id: clippy
      name: Check clippy
      language: system
      entry: cargo clippy --all-targets -- -A renamed_and_removed_lints -A clippy::new-ret-no-self -D warnings
      pass_filenames: false
      files: '.rs$'
- repo: local
  hooks:
    - id: black
      name: Check black
      language: system
      entry: black
      files: '.py$'

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