Skip to content

Commit f89cacb

Browse files
chore(deps): update dependencies + pre-commits (#2256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Håkon V. Treider <haakonvt@gmail.com>
1 parent f1a350b commit f89cacb

2 files changed

Lines changed: 472 additions & 415 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.12.10
4+
rev: v0.12.11
55
hooks:
66
- id: ruff
77
args:
@@ -50,7 +50,7 @@ repos:
5050
require_serial: true # avoid possible race conditions
5151

5252
- repo: https://github.com/jsh9/pydoclint # Run after 'custom-checks' as these may auto-fix
53-
rev: 0.6.7
53+
rev: 0.7.3
5454
hooks:
5555
- id: pydoclint
5656
require_serial: true # Spammy in run-all scenarios (more than fast enough already)

0 commit comments

Comments
 (0)