-
Notifications
You must be signed in to change notification settings - Fork 624
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable lint on CI and update deps (#2067)
* Fix black an isort * change bootstrap_gen to use a list instead of dict * Bunch of updates * Fix build * fix lint * Fix docs * Fix lint * More fixes * Fix lint * fix stupid mistake --------- Co-authored-by: Christian Hartung <[email protected]>
- Loading branch information
1 parent
9afaf26
commit 5888d4e
Showing
69 changed files
with
344 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
pylint==2.12.2 | ||
flake8~=3.7 | ||
isort~=5.6 | ||
black>=22.1.0 | ||
httpretty~=1.0 | ||
mypy==0.790 | ||
sphinx | ||
sphinx-rtd-theme~=0.4 | ||
sphinx-autodoc-typehints | ||
pytest!=5.2.3 | ||
pytest-cov>=2.8 | ||
readme-renderer~=24.0 | ||
pylint==3.0.2 | ||
flake8==6.1.0 | ||
isort==5.12.0 | ||
black==22.3.0 | ||
httpretty==1.1.4 | ||
mypy==0.931 | ||
sphinx==7.1.2 | ||
sphinx-rtd-theme==2.0.0rc4 | ||
sphinx-autodoc-typehints==1.25.2 | ||
pytest==7.1.3 | ||
pytest-cov==4.1.0 | ||
readme-renderer==42.0 | ||
bleach==4.1.0 # transient dependency for readme-renderer | ||
grpcio-tools==1.29.0 | ||
mypy-protobuf>=1.23 | ||
protobuf~=3.13 | ||
markupsafe>=2.0.1 | ||
codespell==2.1.0 | ||
requests==2.31.0 | ||
ruamel.yaml==0.17.21 | ||
flaky==3.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 0 additions & 32 deletions
32
instrumentation/opentelemetry-instrumentation-aiohttp-server/tests/utils.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.