Skip to content

Commit

Permalink
Fix EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium committed Oct 31, 2023
1 parent 31a5fad commit 5f7fc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ repos:
name: mypy
entry: mypy
language: system
types: [python]
types: [python]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ disallow_untyped_calls = false

[[tool.mypy.overrides]]
ignore_errors = true
module = ["test.*"]
module = ["test.*"]

0 comments on commit 5f7fc4a

Please sign in to comment.