Skip to content

Commit

Permalink
Merge pull request #1079 from mrapp-ke/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies "clang-format" and "pylint"
  • Loading branch information
michael-rapp authored Sep 24, 2024
2 parents e0d751f + 4b09ac7 commit 956d9e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions scons/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
build >= 1.2, < 1.3
cpplint >= 1.6, < 1.7
clang-format >= 18.1, < 18.2
clang-format >= 19.1, < 19.2
cython >= 3.0, < 3.1
isort >= 5.13, < 5.14
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 956d9e6

Please sign in to comment.