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 d7b5201 commit 0cff789Copy full SHA for 0cff789
2 files changed
.github/workflows/linting.yaml
@@ -120,8 +120,6 @@ jobs:
120
run: poetry run pre-commit run check-xml --all-files
121
- name: 🚀 Check YAML files
122
run: poetry run pre-commit run check-yaml --all-files
123
- - name: 🚀 Check YAML files
124
- run: poetry run pre-commit run check-yaml --all-files
125
- name: 🚀 Detect Private Keys
126
run: poetry run pre-commit run detect-private-key --all-files
127
- name: 🚀 Check End of Files
.github/workflows/typing.yaml
@@ -32,4 +32,4 @@ jobs:
32
- name: 🏗 Install dependencies
33
run: poetry install --no-interaction
34
- name: 🚀 Run mypy
35
- run: poetry run mypy examples src tests
+ run: poetry run mypy src tests
0 commit comments