Skip to content

Commit 17669fe

Browse files
committed
INTPYTHON-380 Finish remaining QA
1 parent f66cdb9 commit 17669fe

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
# GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"
12+
# Python
13+
- package-ecosystem: "pip"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ repos:
3535
args: ["-L", "nd"]
3636
stages: [manual]
3737

38+
- repo: https://github.com/adamchainz/blacken-docs
39+
rev: "1.19.1"
40+
hooks:
41+
- id: blacken-docs
42+
additional_dependencies: [black==24.*]
43+
3844
- repo: https://github.com/astral-sh/ruff-pre-commit
3945
# Ruff version.
4046
rev: v0.9.1

0 commit comments

Comments
 (0)