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

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