diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43aa4cc..182a030 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: v3.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,14 +10,14 @@ repos: - id: pretty-format-json args: ['--autofix', '--indent=2', '--no-sort-keys'] - - repo: https://github.com/ambv/black - rev: 20.8b1 + - repo: https://github.com/psf/black + rev: 23.11.0 hooks: - id: black args: ['--line-length', '100'] - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + - repo: https://github.com/PyCQA/flake8 + rev: 6.1.0 hooks: - id: flake8 @@ -25,8 +25,8 @@ repos: rev: v2.2.0 hooks: - id: seed-isort-config - - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.6.4 + - repo: https://github.com/PyCQA/isort + rev: 5.12.0 hooks: - id: isort @@ -36,7 +36,7 @@ repos: - id: prenotebook - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v4.0.0-alpha.3 hooks: - id: prettier files: "\\.(\ @@ -51,7 +51,7 @@ repos: )$" - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v4.0.0-alpha.3 hooks: - id: prettier name: prettier-markdown