diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b2ea3a..8c9ec19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: schema/generic_schema.yaml repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,32 +11,32 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 23.9.1 hooks: - id: black-jupyter - repo: https://github.com/keewis/blackdoc - rev: v0.3.4 + rev: v0.3.8 hooks: - id: blackdoc - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v3.0.3 hooks: - id: prettier - repo: https://github.com/nbQA-dev/nbQA - rev: 1.3.1 + rev: 1.7.0 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.7.3]