diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb784ee..163518b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.1 + rev: v3.0.3 hooks: - id: prettier additional_dependencies: @@ -42,19 +42,19 @@ repos: - flake8-docstrings>=1.6.0 - flake8-pytest-style>=1.6.0 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.5.1 hooks: - id: mypy # empty args needed in order to match mypy cli behavior # args: [--strict] - repo: https://github.com/pycqa/pylint - rev: v3.0.0a6 + rev: v3.0.0a7 hooks: - id: pylint additional_dependencies: - pytest - repo: https://github.com/jazzband/pip-tools - rev: 7.2.0 + rev: 7.3.0 hooks: - id: pip-compile entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=requirements.txt pyproject.toml --extra test --strip-extras