X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/205f3b67fbddc7ba0fa330c0493821e404451b82..afc8c326bf97ce7a22e8fc0b8cc5ced1586ef022:/docs/pyproject_toml.md diff --git a/docs/pyproject_toml.md b/docs/pyproject_toml.md index cd31345..453f533 100644 --- a/docs/pyproject_toml.md +++ b/docs/pyproject_toml.md @@ -55,9 +55,10 @@ line-length = 88 target-version = ['py37'] include = '\.pyi?$' exclude = ''' - -( - /( +# A regex preceded with ^/ will apply only to files and directories +# in the root of the project. +^/( + ( \.eggs # exclude a few common directories in the | \.git # root of the project | \.hg