Skip to content

Commit

Permalink
Update dependency "pylint" to version 3.0 or greater.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Oct 14, 2023
1 parent 731bf93 commit c54243c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/subprojects/boosting/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Author: Michael Rapp ([email protected])
"""
# pylint: disable=duplicate-code
import os
import shutil

Expand Down
1 change: 1 addition & 0 deletions python/subprojects/common/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Author: Michael Rapp ([email protected])
"""
# pylint: disable=duplicate-code
import os
import shutil

Expand Down
1 change: 1 addition & 0 deletions python/subprojects/seco/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Author: Michael Rapp ([email protected])
"""
# pylint: disable=duplicate-code
import os
import shutil

Expand Down
1 change: 1 addition & 0 deletions python/subprojects/testbed/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Author: Michael Rapp ([email protected])
"""
# pylint: disable=duplicate-code
from pathlib import Path

from setuptools import find_packages, setup
Expand Down
2 changes: 1 addition & 1 deletion scons/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cython >= 3.0, < 3.1
isort >= 5.12, < 5.13
meson >= 1.2, < 1.3
ninja >= 1.11, < 1.12
pylint >= 2.17, < 2.18
pylint >= 3.0, < 3.1
scons >= 4.5, < 4.6
wheel >= 0.41, < 0.42
yapf >= 0.40, < 0.41

0 comments on commit c54243c

Please sign in to comment.