Update .pre-commit-config.yaml

This commit is contained in:
Fundor333
2020-12-23 13:47:31 +01:00
committed by GitHub
parent 5917bdd11a
commit 468605b43c

View File

@@ -5,21 +5,29 @@ repos:
hooks:
- id: skjold
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.4.0
hooks:
- id: no-commit-to-branch
- id: check-merge-conflict
- id: check-symlinks
- id: check-toml
- id: check-xml
- id: check-yaml
- id: fix-encoding-pragma
- id: forbid-new-submodules
- id: mixed-line-ending
- id: trailing-whitespace
language: python
- id: no-commit-to-branch
- repo: https://github.com/ambv/black
rev: stable
rev: 20.8b1
hooks:
- id: black
language_version: python3.8
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
rev: 3.8.4
hooks:
- id: flake8
- repo: https://github.com/asottile/blacken-docs
rev: v1.8.0
rev: v1.9.1
hooks:
- id: blacken-docs