File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1717repos :
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
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Follow these instructions to make a new release of the `accessible-pygments` pac
99 ```
1010
11112 . 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
You can’t perform that action at this time.
0 commit comments