repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.3.0
    hooks:
      - id: check-yaml
      - id: end-of-file-fixer
      - id: trailing-whitespace
      - id: check-ast
      - id: check-added-large-files
      - id: check-json
      - id: check-executables-have-shebangs
      - id: check-symlinks

  - repo: https://github.com/psf/black
    rev: 22.10.0
    hooks:
      - id: black

#  - repo: https://github.com/hhatto/autopep8
#    rev: v2.0.4
#    hooks:
#      - id: autopep8

#  - repo: https://github.com/pre-commit/mirrors-mypy
#    rev: v1.6.1
#    hooks:
#      - id: mypy

#  - repo: https://github.com/PyCQA/pylint
#    rev: v3.0.2
#    hooks:
#      - id: pylint

#  - repo: https://github.com/PyCQA/isort
#    rev: 5.11.5
#    hooks:
#      - id: isort

#  - repo: https://github.com/motet-a/jinjalint
#    rev: 0.5
#    hooks:
#      - id: jinjalint

# - repo: https://github.com/rstcheck/rstcheck
#   rev: v6.2.0
#   hooks:
#     - id: rstcheck