diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc9811a..00d9561 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,28 +4,28 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - id: double-quote-string-fixer - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort args: - --profile=black - --line-length=79 - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.11.0 hooks: - id: black args: - --line-length=79 - --skip-string-normalization - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: