diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2264ee0..0367c53 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.8.1 hooks: - id: ruff args: @@ -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.2 hooks: - id: pylint additional_dependencies: