Advent_of_code/.pre-commit-config.yaml

18 lines
422 B
YAML
Raw Normal View History

2021-11-12 20:02:55 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-10-22 15:51:22 +02:00
rev: v4.5.0
2021-11-12 20:02:55 +01:00
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
2023-10-22 15:51:22 +02:00
rev: 23.10.0
2021-11-12 20:02:55 +01:00
hooks:
- id: black
2023-04-29 15:36:47 +02:00
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
2023-10-22 15:51:22 +02:00
rev: "v0.1.1"
2021-11-12 20:02:55 +01:00
hooks:
2023-04-29 15:36:47 +02:00
- id: ruff