Skip to content

Commit

Permalink
Merge pull request #1249 from dandi/fix-black-target-version
Browse files Browse the repository at this point in the history
Fix `target-version` for black
  • Loading branch information
mvandenburgh committed Aug 22, 2022
2 parents 6664eaf + 99ca632 commit 5fec7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.black]
line-length = 100
skip-string-normalization = true
target-version = ["py39"]
target-version = ["py310"]
exclude='\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist'

[tool.isort]
Expand Down

0 comments on commit 5fec7b6

Please sign in to comment.