X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8d80aecd50ea55a817807ae2d5174ccedaf12ecb..c1e30d97fe39e4c1b1967571b7e3854547239bf6:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index aaac42b..d29b768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,7 @@ include = '\.pyi?$' extend-exclude = ''' /( # The following are specific to Black, you probably don't want those. - | blib2to3 - | tests/data + tests/data | profiling )/ ''' @@ -183,7 +182,7 @@ atomic = true profile = "black" line_length = 88 skip_gitignore = true -skip_glob = ["src/blib2to3", "tests/data", "profiling"] +skip_glob = ["tests/data", "profiling"] known_first_party = ["black", "blib2to3", "blackd", "_black_version"] [tool.pytest.ini_options]