Skip to content

Commit 71f3bad

Browse files
CI(dependabot): Bump actions/setup-node from 3 to 4 (#44)
* CI(dependabot): Bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix: Lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berchet <[email protected]>
1 parent dd0032c commit 71f3bad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v3
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: '16'
1616
- run: npm install -g --force commitlint @commitlint/cli commitlint-plugin-cleanfeet

dir_content_diff/base_comparators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def __call__(
173173
* a report is generated by calling
174174
:meth:`dir_content_diff.base_comparators.BaseComparator.report()`.
175175
"""
176+
# pylint: disable=too-many-arguments
176177
if load_kwargs is None:
177178
load_kwargs = self._default_load_kwargs
178179
if format_data_kwargs is None:

0 commit comments

Comments
 (0)