Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repos:

- repo: https://github.com/psf/black
rev: 23.9.1
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort/
rev: 5.12.0
rev: 7.0.0
hooks:
- id: isort

- repo: https://github.com/frnmst/md-toc
rev: 8.2.0
rev: 9.0.0
hooks:
- id: md-toc

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ A tool for maintaining Git subtree mirrors.
- [`mirror-tool gitlab-ci-yml`](#mirror-tool-gitlab-ci-yml)
- [Configuration](#configuration)
- [Jinja context](#jinja-context)
- [`env` (dict)](#env-dict)
- [`datetime_iso8601` (str)](#datetime_iso8601-str)
- [`datetime_minute` (str)](#datetime_minute-str)
- [`datetime_day` (str)](#datetime_day-str)
- [`datetime_week` (str)](#datetime_week-str)
- [`updates` (list\[UpdateInfo\]) *(update only)*](#updates-listupdateinfo-update-only)
- [`src_mr` (dict) *(promote only)*](#src_mr-dict-promote-only)
- [License](#license)

<!--TOC-->
Expand Down