diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35b1555..0c68565 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.8.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.6.2 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.19.0 hooks: - id: slotscheck name: Running slotscheck in all files. @@ -26,7 +26,7 @@ repos: additional_dependencies: [nextcord, aiohttp] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast name: Check if python files are valid syntax for the ast parser