diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index daa860f..68e4972 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,33 +10,33 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 23.12.1 hooks: - id: black-jupyter exclude: docs/conf.py - repo: https://github.com/keewis/blackdoc - rev: v0.3.4 + rev: v0.3.9 hooks: - id: blackdoc - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/keewis/blackdoc - rev: v0.3.4 + rev: v0.3.9 hooks: - id: blackdoc - 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: v2.5.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier