diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 303f0a3..4c00639 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.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,26 +13,26 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 23.12.1 hooks: - id: black-jupyter - repo: https://github.com/keewis/blackdoc - rev: v0.3.6 + rev: v0.3.9 hooks: - id: blackdoc - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier