diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76ab22d..2983772 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.9.1 + rev: 23.11.0 hooks: - id: black name: Running black in all files. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.5 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.0 + rev: v0.17.1 hooks: - id: slotscheck name: Running slotscheck in all files.