diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2264ee0..9ad9858 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/pappasam/toml-sort - rev: v0.24.1 + rev: v0.24.2 hooks: - id: toml-sort-fix - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.9.1 hooks: - id: ruff args: @@ -41,7 +41,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -54,7 +54,7 @@ repos: - py>=1.9.0 - tox>=4.23.2 - repo: https://github.com/pycqa/pylint - rev: v3.3.1 + rev: v3.3.3 hooks: - id: pylint additional_dependencies: