Skip to content
Snippets Groups Projects
Commit e5b766f1 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[pre-commit] Update configuration

parent 96027126
No related branches found
No related tags found
1 merge request!342Django 3 migration
[settings]
multi_line_output=3
include_trailing_comma=true
force_grid_wrap=0
use_parentheses=true
ensure_newline_before_comments=true
line_length=88
force_single_line=true
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/ambv/black
rev: stable
- repo: https://github.com/timothycrosley/isort
rev: 5.0.4
hooks:
- id: black
language_version: python3.6
- id: isort
files: .*.py
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
rev: v3.1.0
hooks:
- id: check-ast
- id: check-case-conflict
- id: trailing-whitespace
- id: end-of-file-fixer
- id: debug-statements
- id: check-added-large-files
- id: check-docstring-first
- id: flake8
- id: check-yaml
exclude: conda/meta.yaml
- repo: https://github.com/PyCQA/flake8
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 'master' # Update me!
rev: 1.6.2
hooks:
- id: bandit
exclude: (beat/web/.*/tests|eggs/)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment