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 813dd35 commit 01c0bfdCopy full SHA for 01c0bfd
.github/workflows/third_party.yml
@@ -35,7 +35,7 @@ jobs:
35
github.repository == 'python/typing_extensions'
36
|| github.event_name != 'schedule'
37
steps:
38
- - run: true
+ - run: "true"
39
40
pydantic:
41
name: pydantic tests
.pre-commit-config.yaml
@@ -21,6 +21,8 @@ repos:
21
rev: 0.33.0
22
hooks:
23
- id: check-dependabot
24
+ - id: check-github-workflows
25
+ - id: check-readthedocs
26
- repo: https://github.com/abravalheri/validate-pyproject
27
rev: v0.24.1
28
0 commit comments