Skip to content

Commit

Permalink
Merge pull request #2 from draincoder/develop
Browse files Browse the repository at this point in the history
Reformat
  • Loading branch information
draincoder authored Apr 10, 2024
2 parents 426a4b4 + d7f5a3c commit 1bf1bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ repos:
name: mypy
entry: mypy src tests --config-file ./pyproject.toml
language: python
types: [ python ]
types: [python]
require_serial: true
pass_filenames: false

1 comment on commit 1bf1bff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL10100% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 0.139s ⏱️

Please sign in to comment.