Skip to content

Commit

Permalink
Move mypy config to top-level pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Mar 10, 2024
1 parent 1dd98b7 commit 0e04a1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions fluent.runtime/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ version=0.4.0

[bdist_wheel]
universal=1

[mypy]
strict = True
3 changes: 0 additions & 3 deletions fluent.syntax/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ version=0.19.0

[bdist_wheel]
universal=1

[mypy]
strict = True
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.isort]
line_length = 120
skip_glob = ".tox"

[tool.mypy]
strict = true

0 comments on commit 0e04a1b

Please sign in to comment.