diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0fd899e6..98736ef0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,14 @@ - repo: git://github.com/pre-commit/pre-commit-hooks - sha: v2.2.3 + rev: v2.2.3 hooks: - id: check-yaml - id: check-json + - id: check-xml + - id: check-ast + - id: check-merge-conflict + - id: flake8 + - id: no-commit-to-branch + args: [--branch, master, --branch, develop] + - id: check-added-large-files + args: [--maxkb=200] + - id: trailing-whitespace