Skip to content

Commit 9be3441

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6317841 commit 9be3441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
poetry install --with dev
3434
3535
- name: Check for Typing Errors
36-
run: poetry run mypy --strict .
36+
run: poetry run mypy --strict .
3737

3838
- name: Run Tests
3939
run: poetry run pytest

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ repos:
2222
- id: prettier
2323

2424
ci:
25-
autoupdate_commit_msg: "ci: pre-commit autoupdate"
25+
autoupdate_commit_msg: 'ci: pre-commit autoupdate'

0 commit comments

Comments
 (0)