diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9669712..8f99f30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,24 +6,24 @@ ci: autoupdate_commit_msg: "auto update by pre-commit hooks" repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.12.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 + rev: v2.7.1 hooks: - id: prettier types_or: [markdown, ts, tsx] exclude: 'admin-frontend/' - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.20.0 + rev: v8.33.0 hooks: - id: eslint additional_dependencies: