File: .pre-commit-config.yaml

package info (click to toggle)
wannier90 3.1.0%2Bds-10
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 152,952 kB
  • sloc: f90: 57,832; python: 3,964; makefile: 406; sh: 148; pascal: 125; ansic: 105; perl: 43
file content (23 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: v2.2.3
  hooks:
  - id: trailing-whitespace
    files: (?x)^(
        config/make[.]inc[.\w]*|
        examples/example\d\d[-]?\w*/.+win
      )$
  - id: end-of-file-fixer
    files: (?x)^(
        config/make[.]inc[.\w]*|
        examples/example\d\d[-]?\w*/.+win
      )$
- repo: git://github.com/pseewald/fprettify
  sha: v0.3.3
  hooks:
  - id: fprettify
    args: ['--indent', '2']
    exclude: (?x)^(
        pwscf/.*
      )$
    verbose: true
    entry: ./test-suite/tools/fprettify-wrapper.py