We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66cdb9 commit 17669feCopy full SHA for 17669fe
.github/dependabot.yml
@@ -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
15
16
.pre-commit-config.yaml
@@ -35,6 +35,12 @@ repos:
35
args: ["-L", "nd"]
36
stages: [manual]
37
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
+
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
# Ruff version.
46
rev: v0.9.1
0 commit comments