diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7aaafb1..5a99f59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,18 +6,23 @@ repos: rev: v4.3.0 hooks: - id: check-added-large-files + - id: check-ast + - id: check-builtin-literals - id: check-case-conflict - id: check-docstring-first - id: check-executables-have-shebangs - id: check-json - - id: check-toml + - id: check-merge-conflict + - id: check-symlinks - id: check-yaml - id: debug-statements - id: detect-private-key - id: end-of-file-fixer - id: mixed-line-ending - - id: trailing-whitespace - id: requirements-txt-fixer + - id: trailing-whitespace + + - repo: https://github.com/psf/black rev: 22.10.0