Skip to content

Commit

Permalink
Bump mofmt version
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
ErykMroczek committed Oct 13, 2023
1 parent 67f0bac commit 183caad
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 53 deletions.
100 changes: 49 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mofmt"
version = "0.3.0"
version = "0.3.1"
description = "Modelica Code Formatter"
authors = ["Eryk Mroczek <[email protected]>"]
repository = "https://github.com/ErykMroczek/mofmt"
Expand Down Expand Up @@ -42,8 +42,8 @@ build-backend = "poetry.core.masonry.api"
[tool.mypy]
exclude = ['venv/', 'tests', 'mofmt/parsing/generated']
warn_return_any = true
strict = true
strict_equality = true
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "mofmt.parsing.generated.*"
Expand Down

0 comments on commit 183caad

Please sign in to comment.