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 416f7a4 commit e84d446Copy full SHA for e84d446
.github/dependabot.yml
@@ -9,3 +9,7 @@ updates:
9
actions:
10
patterns:
11
- "*"
12
+ ignore:
13
+ - dependency-name: actions/checkout
14
+ versions:
15
+ - "<2"
.github/workflows/ci.yml
@@ -529,8 +529,6 @@ jobs:
529
# Testing on ICC using the oneAPI apt repo
530
icc:
531
runs-on: ubuntu-20.04
532
- strategy:
533
- fail-fast: false
534
535
name: "🐍 3 • ICC latest • x64"
536
.pre-commit-config.yaml
@@ -146,3 +146,10 @@ repos:
146
hooks:
147
- id: pylint
148
files: ^pybind11
149
+
150
+- repo: https://github.com/python-jsonschema/check-jsonschema
151
+ rev: 0.28.0
152
+ hooks:
153
+ - id: check-readthedocs
154
+ - id: check-github-workflows
155
+ - id: check-dependabot
0 commit comments