https://github.com/unit8co/darts
Raw File
Tip revision: 0990a6e8bbdd90c0a69f64a40ff29ce8a4a56d82 authored by Julien Herzen on 24 January 2022, 15:13:07 UTC
Update changelog and u8darts version (#753)
Tip revision: 0990a6e
.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