diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35b1555..5137e42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,20 +5,20 @@ ci: style: auto fixes from pre-commit hooks repos: - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.3.0 hooks: - id: black name: Running black in all files. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.3.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] name: Running ruff in all files. - repo: https://github.com/ariebovenberg/slotscheck - rev: v0.17.1 + rev: v0.17.3 hooks: - id: slotscheck name: Running slotscheck in all files.