You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/06 16:51:22 UTC

[beam] branch master updated: Precommit python version update (#24526)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f0b5fa95e8 Precommit python version update (#24526)
3f0b5fa95e8 is described below

commit 3f0b5fa95e893aaef83a482d7b603107e5f7f531
Author: BjornPrime <32...@users.noreply.github.com>
AuthorDate: Tue Dec 6 11:51:14 2022 -0500

    Precommit python version update (#24526)
    
    * problematic assertions removed or altered, null checking added. draining runs smoothly
    
    * configured pre-commits to work for any version of Python 3 instead of just 3.7
    
    * removed default_language_version completely
    
    * Revert "problematic assertions removed or altered, null checking added. draining runs smoothly"
    
    This reverts commit 622370ad1ffba2abb25ec645f0c4bd437c517020, which was
    added in error.
---
 .pre-commit-config.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2f12a3a0824..72f7ec9642e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,8 +10,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-default_language_version:
-  python: python3.7
 repos:
   - repo: https://github.com/pre-commit/mirrors-yapf
     # this rev is a release tag in the repo above and corresponds with a yapf