Skip to content

Commit e3a85f3

Browse files
[pre-commit.ci] pre-commit autoupdate (#35)
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cecb626 commit e3a85f3

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
@@ -16,7 +16,7 @@ ci:
1616
repos:
1717
# Autoformat: Python code, syntax patterns are modernized
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.19.1
19+
rev: v3.20.0
2020
hooks:
2121
- id: pyupgrade
2222
args:
@@ -44,7 +44,7 @@ repos:
4444
- id: check-executables-have-shebangs
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.11.8
47+
rev: v0.11.12
4848
hooks:
4949
- id: ruff
5050
args: ["--fix", "--line-length=120"]

0 commit comments

Comments
 (0)