summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 86c830f73294d1b394a3662b3999122dffd3ad88 (plain)
1
2
3
4
5
6
7
8
repos:
- repo: local
  hooks:
  - id: rpmlint
    name: rpmlint
    entry: rpmlint
    language: system
    types: [file, spec]