Skip to content

Commit 6c7f7ba

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.1](astral-sh/ruff-pre-commit@v0.13.3...v0.14.1) - [github.com/MarcoGorelli/cython-lint: v0.17.0 → v0.18.1](MarcoGorelli/cython-lint@v0.17.0...v0.18.1)
1 parent 77baf33 commit 6c7f7ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ repos:
3535
args: ["--tab-width", "2"]
3636
files: ".(css|html|js|json|md|toml|yaml)$"
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.20.0
38+
rev: v3.21.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py39-plus]
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.13.3
43+
rev: v0.14.1
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]
@@ -59,7 +59,7 @@ repos:
5959
- id: mypy
6060
additional_dependencies: [ifaddr]
6161
- repo: https://github.com/MarcoGorelli/cython-lint
62-
rev: v0.17.0
62+
rev: v0.18.1
6363
hooks:
6464
- id: cython-lint
6565
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)