Skip to content

Commit 1e7e69f

Browse files
authored
Added more files to be ignored by release check
1 parent c8facbd commit 1e7e69f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

adabot/lib/circuitpython_library_validators.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,17 @@ def _filter_file_diffs(filenames):
270270
_ignored_files = {
271271
"CODE_OF_CONDUCT.md",
272272
"LICENSE",
273-
"LICENSES/*"
273+
"LICENSES/*",
274+
"*.license",
274275
"setup.py.disabled",
275276
".github/workflows/build.yml",
276277
".github/workflows/release.yml",
277278
".pre-commit-config.yaml",
278279
".pylintrc",
280+
".gitignore",
281+
"CODE_OF_CONDUCT.md",
282+
"README.rst",
283+
"pyproject.toml",
279284
}
280285
compare_files = [
281286
name for name in filenames if not name.startswith(".")

0 commit comments

Comments
 (0)