diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 470c04c0..1bdf5bd8 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.4.0 + rev: v4.5.0 hooks: # - id: double-quote-string-fixer # for single quotes: uncomment and add black config “skip-string-normalization” - id: trailing-whitespace @@ -11,11 +11,11 @@ repos: - id: docformatter args: ["--in-place", "--wrap-summaries=100", "--wrap-descriptions=100", "--config=./pyproject.toml"] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/csachs/pyproject-flake8 @@ -23,7 +23,7 @@ repos: hooks: - id: pyproject-flake8 - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.7 hooks: - id: prettier types_or: [css, javascript]