Skip to content

Commit b9f4a1f

Browse files
authored
Update target version for black and mypy to 3.9 (#524)
1 parent 29451a5 commit b9f4a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ version_file = false
7676
ignored_authors = ["dependabot"]
7777

7878
[tool.black]
79-
target-version = ["py38"]
79+
target-version = ["py39"]
8080

8181
[tool.fixit]
8282
enable = ["fixit.rules"]
@@ -102,7 +102,7 @@ exclude = [
102102

103103
[tool.mypy]
104104
strict = true
105-
python_version = "3.8"
105+
python_version = "3.9"
106106
ignore_missing_imports = true
107107
warn_unused_ignores = false
108108

0 commit comments

Comments
 (0)