The .build/ai directory is used by AI agents to store scripts. Ignore linting this directory to reduce noise in the output for ni-python-styleguide lint.
Tested by adding this line to ni_python_styleguide/config.ini
per-file-ignores=
# We don't need to document AI scripts
.build/ai/**:D1
The
.build/aidirectory is used by AI agents to store scripts. Ignore linting this directory to reduce noise in the output forni-python-styleguide lint.Tested by adding this line to
ni_python_styleguide/config.ini