neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

.pre-commit-config.yaml (133B)


      1 repos:
      2   - repo: https://github.com/psf/black
      3     rev: stable
      4     hooks:
      5       - id: black
      6         language_version: python3.7
      7