Skip to content

Commit a69d5e0

Browse files
chore(deps): lock file maintenance (#1045)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: James Braza <[email protected]>
1 parent cbe5d9d commit a69d5e0

File tree

2 files changed

+566
-444
lines changed

2 files changed

+566
-444
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ max-attributes = 12
212212
max-line-length = 88 # Match ruff line-length
213213

214214
[tool.pylint.main]
215+
# Files or directories matching the regular expression patterns are skipped.
216+
# The regex matches against base names, not paths. The default value ignores
217+
ignore-patterns = [
218+
"version.py", # setuptools-scm version files, SEE: https://github.com/pylint-dev/pylint/issues/10479
219+
]
215220
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
216221
# number of processors available to use, and will cap the count on Windows to
217222
# avoid hangs.

0 commit comments

Comments
 (0)