diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 885101b..f1b5551 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.0-alpha.6 + rev: v3.1.0 hooks: - id: prettier always_run: true @@ -19,12 +19,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.11.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -35,7 +35,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -45,14 +45,14 @@ repos: - flake8-docstrings>=1.5.0 language_version: python3 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.33.0 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.7.1 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -63,7 +63,7 @@ repos: - packaging - rich>=11.0.0 - repo: https://github.com/pycqa/pylint - rev: v2.17.0 + rev: v3.0.1 hooks: - id: pylint # see https://github.com/PyCQA/pylint/issues/6535