Skip to content

Commit 561c8c8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.2...v0.11.11) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent c5d3d25 commit 561c8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-ast
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.2
15+
rev: v0.11.11
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
@@ -38,7 +38,7 @@ repos:
3838
types_or: [python, markdown, rst]
3939
additional_dependencies: [tomli]
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.19.1
41+
rev: v3.20.0
4242
hooks:
4343
- id: pyupgrade
4444
- repo: https://github.com/MarcoGorelli/madforhooks

0 commit comments

Comments
 (0)