Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #98

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
8 changes: 4 additions & 4 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
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort/
rev: 5.12.0
rev: 5.13.2
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: v5.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
Loading