Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 485 B
repos:
  - repo: https://github.com/psf/black-pre-commit-mirror
    rev: 24.2.0
    hooks:
      - id: black
        language_version: python3
        exclude: hysop_examples/argparser.py
#  - repo: https://github.com/johann-petrak/licenseheaders.git
#    rev: '8e2d6f944aea639d62c8d26cd99dab4003c3904d'
#    hooks:
#      - id: licenseheaders
#        args: ["-t", "NOTICE", "--current-year", "-f", "--additional-extensions python=.py_tmpl"]
#        exclude: .pre-commit-config.yaml