diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a08f59d..8d654e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,17 @@ fail_fast: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.3.0 hooks: - id: check-yaml + - id: check-toml - id: end-of-file-fixer - id: trailing-whitespace - id: mixed-line-ending - id: check-merge-conflict - id: check-ast - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.8.0 hooks: - id: black args: ['--line-length', '119']