diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3343f59..fc3370b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,14 +14,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.15.0 hooks: - id: pyupgrade args: - '--py38-plus' - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.12.1 hooks: - id: black - id: black-jupyter @@ -36,17 +36,17 @@ repos: hooks: - id: seed-isort-config - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v3.0.3' + rev: 'v4.0.0-alpha.8' hooks: - id: prettier files: "\\.(\ @@ -61,7 +61,7 @@ repos: )$" - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v3.0.3' + rev: 'v4.0.0-alpha.8' hooks: - id: prettier name: prettier-markdown