We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8facbd commit 1e7e69fCopy full SHA for 1e7e69f
adabot/lib/circuitpython_library_validators.py
@@ -270,12 +270,17 @@ def _filter_file_diffs(filenames):
270
_ignored_files = {
271
"CODE_OF_CONDUCT.md",
272
"LICENSE",
273
- "LICENSES/*"
+ "LICENSES/*",
274
+ "*.license",
275
"setup.py.disabled",
276
".github/workflows/build.yml",
277
".github/workflows/release.yml",
278
".pre-commit-config.yaml",
279
".pylintrc",
280
+ ".gitignore",
281
+ "CODE_OF_CONDUCT.md",
282
+ "README.rst",
283
+ "pyproject.toml",
284
}
285
compare_files = [
286
name for name in filenames if not name.startswith(".")
0 commit comments