Skip to content

Commit

Permalink
Update dependency "pylint" to version 3.3 or greater.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Sep 24, 2024
1 parent 2753a54 commit 4b09ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ disable=no-name-in-module,
too-many-ancestors,
too-many-instance-attributes,
too-many-arguments,
too-many-positional-arguments,
too-many-locals,
too-many-lines,
too-many-public-methods,
Expand Down
2 changes: 1 addition & 1 deletion scons/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mdformat >= 0.7, < 0.8
mdformat-myst >= 0.1, < 0.2
meson >= 1.5, < 1.6
ninja >= 1.11, < 1.12
pylint >= 3.2, < 3.3
pylint >= 3.3, < 3.4
setuptools
scons >= 4.8, < 4.9
unittest-xml-reporting >= 3.2, < 3.3
Expand Down

0 comments on commit 4b09ac7

Please sign in to comment.