Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
1. default mypy python version to 3.10
2. remove py37 from black target version list
  • Loading branch information
yurushao authored Aug 7, 2024
1 parent 1d565a2 commit f18ff98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
target-version = ['py37', 'py38', 'py39', 'py310']
target-version = ['py38', 'py39', 'py310']

[tool.mypy]
python_version = 3.7
python_version = 3.10
ignore_missing_imports = true

0 comments on commit f18ff98

Please sign in to comment.