diff --git a/tox.ini b/tox.ini index b056f66b..39a5fafe 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = yamlfix commands = flake8 {posargs:.} - yamlfix -c pyproject.toml --exclude ./client/node_modules/**/* client docs .github imagedephi stubs tests --check + yamlfix -c pyproject.toml --exclude **/node_modules/**/* client docs .github imagedephi stubs tests --check [testenv:format] package = skip @@ -34,7 +34,7 @@ deps = commands = isort {posargs:.} black {posargs:.} - yamlfix -c pyproject.toml --exclude ./client/node_modules/**/* client docs .github imagedephi stubs tests + yamlfix -c pyproject.toml --exclude **/node_modules/**/* client docs .github imagedephi stubs tests [testenv:type] # Editable ensures dependencies are installed, but full packaging isn't necessary