Skip to content
Snippets Groups Projects
Select Git revision
  • cf4f6ff6042f104a9ec14d1ffa193e54ad13760f
  • development default protected
  • treinamento-2025
  • cursos-superior
  • doc_agregado_ies
  • micro_dados_2021
  • escola-agregada-teste
  • homologa protected
  • master protected
  • v1.0.41
10 results

docente.csv

Blame
  • .pre-commit-config.yaml 510 B
    repos:
    - hooks:
      - id: trailing-whitespace
      - id: end-of-file-fixer
      - id: check-yaml
      - id: check-json
      - id: check-merge-conflict
      - id: check-added-large-files
      - id: check-symlinks
      - id: detect-private-key
      repo: https://github.com/pre-commit/pre-commit-hooks
      rev: v4.3.0
    - hooks:
      - id: commitizen
      - id: commitizen-branch
        stages:
        - push
      repo: https://github.com/commitizen-tools/commitizen
      rev: v2.37.0
    - hooks:
      - id: black
      repo: https://github.com/psf/black
      rev: 22.10.0