|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
|
repos:
|
|
|
|
|
#- repo: https://github.com/adrybakov/pre-commit-hooks
|
|
|
|
|
# rev: 0.2.0
|
|
|
|
|
# hooks:
|
|
|
|
|
# - id: license-headers
|
|
|
|
|
# args:
|
|
|
|
|
# - --license-file
|
|
|
|
|
# - L-HEADER
|
|
|
|
|
# - --update-year
|
|
|
|
|
# - --verbose
|
|
|
|
|
- repo: https://github.com/adrybakov/pre-commit-hooks
|
|
|
|
|
rev: 0.2.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: license-headers
|
|
|
|
|
args:
|
|
|
|
|
- --license-file
|
|
|
|
|
- L-HEADER
|
|
|
|
|
- --update-year
|
|
|
|
|
- --verbose
|
|
|
|
|
#- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
|
# rev: v4.6.0
|
|
|
|
|
# hooks:
|
|
|
|
@ -32,11 +32,3 @@ repos:
|
|
|
|
|
hooks:
|
|
|
|
|
- id: black-jupyter
|
|
|
|
|
language_version: python3.9
|
|
|
|
|
#- repo: local
|
|
|
|
|
# hooks:
|
|
|
|
|
# - id: pytest-check
|
|
|
|
|
# name: pytest-check
|
|
|
|
|
# entry: ./.venv/bin/pytest
|
|
|
|
|
# language: system
|
|
|
|
|
# pass_filenames: false
|
|
|
|
|
# always_run: true
|
|
|
|
|