Skip to content

Commit 5918b99

Browse files
[pre-commit.ci] pre-commit autoupdate (#71)
updates: - github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0 - github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.12.11 - github.com/pycqa/isort: 6.0.0 → 6.0.1
1 parent a5f7fb9 commit 5918b99

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ci:
1717
repos:
1818
# general
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
@@ -32,12 +32,12 @@ repos:
3232
exclude: ^test/scripts/
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.9.4
35+
rev: v0.12.11
3636
hooks:
3737
- id: ruff
3838

3939
- repo: https://github.com/pycqa/isort
40-
rev: 6.0.0
40+
rev: 6.0.1
4141
hooks:
4242
- id: isort
4343
name: isort

RELEASE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Follow these instructions to make a new release of the `accessible-pygments` pac
99
```
1010

1111
2. Document the changes since the last release
12-
1312
- Update the `CHANGELOG.md` with `gitchangelog` or any other tool of your choice
1413
- Commit the changes `git add && git commit -m "Update changelog"`
1514

0 commit comments

Comments
 (0)