Skip to content

Commit

Permalink
Include too-many-positional-arguments disable after pylint upgrade (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri authored Sep 27, 2024
1 parent b38dcac commit 7672633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/pip_sync_faster/sync_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from pip_sync_faster import sync


# pylint:disable=too-many-positional-arguments
class TestPipSyncFaster:
def test_if_the_hashes_match_it_doesnt_call_pip_sync(
self, cache_hashes, get_hashes, run, requirements_files
Expand Down

0 comments on commit 7672633

Please sign in to comment.