Skip to content

Commit

Permalink
Suppress pkg_resources deprecation in flake8_import_order (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Aug 20, 2023
1 parent 3e49a51 commit c21960f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ filterwarnings =
error
# Suppress deprecation warnings in other packages
ignore:lib2to3 package is deprecated::scspell
ignore:pkg_resources is deprecated as an API::flake8_import_order
ignore:SelectableGroups dict interface is deprecated::flake8
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated::pyreadline
junit_suite_name = colcon-parallel-executor
Expand Down

0 comments on commit c21960f

Please sign in to comment.