X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a2f6706a1ea026cbe0e7d83caffa6c13c463bfe1..0b7913f904a0be6c0e48df1c5a6de29e4ea38d81:/README.md diff --git a/README.md b/README.md index dbb7922..540960e 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ to denote a significant space character. ```toml [tool.black] line-length = 88 -target_version = ['py37'] +target-version = ['py37'] include = '\.pyi?$' exclude = '''