Skip to content

Commit ed37305

Browse files
committed
Merge remote-tracking branch 'origin/failing_snapshot_uri' into failing_snapshot_uri
2 parents 68f4c1c + caa789b commit ed37305

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
version: 2
77
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
commit-message:
13+
prefix: "chore(deps-ci): "
14+
groups:
15+
github-actions:
16+
patterns:
17+
- "*"
818
- package-ecosystem: "pip" # See documentation for possible values
919
directory: "/" # Location of package manifests
1020
schedule:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ repos:
2626
- id: prettier
2727
args: ["--tab-width", "2"]
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.8.0
29+
rev: v0.9.2
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix]
3333
- id: ruff-format
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.19.0
35+
rev: v3.19.1
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py310-plus]

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pytest-cov==6.0.0
1010
pytest-asyncio==0.25.2
1111

1212
# pre-commit
13-
pre-commit==4.0.1
13+
pre-commit==4.1.0

0 commit comments

Comments
 (0)