https://github.com/unit8co/darts
Raw File
Tip revision: 4db18e288d967d658d824e22ff5e176e2ab4365b authored by Julien Herzen on 15 February 2022, 15:23:01 UTC
Fix typo in changelog
Tip revision: 4db18e2
.pre-commit-config.yaml
repos:
  - repo: https://github.com/psf/black
    rev: 21.12b0
    hooks:
      - id: black-jupyter
        language_version: python3

  - repo: https://github.com/PyCQA/flake8
    rev: 4.0.1
    hooks:
    -   id: flake8
        language_version: python3
back to top