Skip to content

Commit 85dcfc1

Browse files
committed
Update Ruff linter to 0.11.0
1 parent 810a8d5 commit 85dcfc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/getpelican/cookiecutter-pelican-plugin",
3-
"commit": "02d8421338ac53e1422bfe2bee92d0debfab3de4",
3+
"commit": "1c97f677813433969687d75cc1d85b4f51448bda",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -21,7 +21,7 @@
2121
"python_version": ">=3.8.1,<4.0",
2222
"pelican_version": ">=4.5",
2323
"_template": "https://github.com/getpelican/cookiecutter-pelican-plugin",
24-
"_commit": "02d8421338ac53e1422bfe2bee92d0debfab3de4"
24+
"_commit": "1c97f677813433969687d75cc1d85b4f51448bda"
2525
}
2626
},
2727
"directory": null

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.9.9
24+
rev: v0.11.0
2525
hooks:
2626
- id: ruff
2727
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ markdown = ["markdown>=3.4"]
4444
[dependency-groups]
4545
lint = [
4646
"invoke>=2.2",
47-
"ruff>=0.9.9,<1.0.0",
47+
"ruff>=0.11.0,<1.0.0",
4848
]
4949
test = [
5050
"invoke>=2.2",

0 commit comments

Comments
 (0)