⬆ [pre-commit.ci] pre-commit autoupdate#482
Merged
Merged
Conversation
👷 Deploy Preview for amazing-pothos-a3bca0 processing.
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #482 +/- ##
==========================================
+ Coverage 91.48% 91.51% +0.03%
==========================================
Files 49 50 +1
Lines 1914 1874 -40
==========================================
- Hits 1751 1715 -36
+ Misses 163 159 -4 ☔ View full report in Codecov by Sentry. |
tatiana
approved these changes
Aug 22, 2023
tatiana
reviewed
Aug 22, 2023
ff4afeb to
85c4cd0
Compare
85c4cd0 to
c32be89
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.284...v0.0.287) - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1)
c32be89 to
8260b02
Compare
tatiana
added a commit
that referenced
this pull request
Sep 5, 2023
As observed in: #482 The following exception was raised: build of https://github.com/pre-commit/mirrors-mypy:types-PyYAML,types-attrs,attrs,types-requests,types-python-dateutil,apache-airflow@v1.5.1 for python@python3 exceeds tier max size 250MiB: 262.2MiB So we disabled MyPy checks as part of #485
tatiana
added a commit
that referenced
this pull request
Sep 6, 2023
As observed in: #482 The following exception was raised: build of https://github.com/pre-commit/mirrors-mypy:types-PyYAML,types-attrs,attrs,types-requests,types-python-dateutil,apache-airflow@v1.5.1 for python@python3 exceeds tier max size 250MiB: 262.2MiB So we disabled MyPy checks as part of #485
tatiana
added a commit
that referenced
this pull request
Sep 6, 2023
As observed in: #482 The following exception was raised: build of https://github.com/pre-commit/mirrors-mypy:types-PyYAML,types-attrs,attrs,types-requests,types-python-dateutil,apache-airflow@v1.5.1 for python@python3 exceeds tier max size 250MiB: 262.2MiB So we disabled MyPy checks as part of #485
tatiana
added a commit
that referenced
this pull request
Sep 6, 2023
We had to disable MyPy checks from the pre-commit hook because we were reaching a quota from the pre-commit service: ``` build of https://github.com/pre-commit/mirrors-mypy:types-PyYAML,types-attrs,attrs,types-requests,types-python-dateutil,apache-airflow@v1.5.1 for python@python3 exceeds tier max size 250MiB: 262.2MiB ``` As observed in #482. This PR re-enables MyPy checks but in the CI. Bonus: Fix Openlineage import error handling
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates: