diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3343f59..5a16311 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.11.0 hooks: - id: black - id: black-jupyter @@ -46,7 +46,7 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v3.0.3' + rev: 'v4.0.0-alpha.3' 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.3' hooks: - id: prettier name: prettier-markdown