Merge pull request #138 from TheLovinator1/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
2023-11-15 03:25:43 +01:00
committed by GitHub

View File

@ -4,7 +4,7 @@ repos:
# Apply a consistent format to pyproject.toml files. # Apply a consistent format to pyproject.toml files.
# https://pyproject-fmt.readthedocs.io/en/latest/ # https://pyproject-fmt.readthedocs.io/en/latest/
- repo: https://github.com/tox-dev/pyproject-fmt - repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.4.0" rev: "1.5.1"
hooks: hooks:
- id: pyproject-fmt - id: pyproject-fmt
@ -42,7 +42,7 @@ repos:
# An extremely fast Python linter and formatter. # An extremely fast Python linter and formatter.
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3 rev: v0.1.5
hooks: hooks:
- id: ruff-format - id: ruff-format
- id: ruff - id: ruff