Skip to content

Commit

Permalink
Merge branch 'master' into airflow
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed Apr 20, 2022
2 parents f2cb319 + 7921d13 commit d299b13
Show file tree
Hide file tree
Showing 46 changed files with 5,324 additions and 128 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ repos:
- id: check-yaml
- id: check-json
- repo: https://github.com/ambv/black
rev: 21.9b0
rev: 21.12b0
hooks:
- id: black
language_version: python3
exclude: "^metaflow/_vendor/"
exclude: "^metaflow/_vendor/"
additional_dependencies: ["click<8.1.0"]
1 change: 1 addition & 0 deletions metaflow/_vendor/v3_5/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty file
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import abc
import csv
import sys
from metaflow._vendor import zipp
from metaflow._vendor.v3_5 import zipp
import operator
import functools
import itertools
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions metaflow/_vendor/v3_6/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty file
13 changes: 13 additions & 0 deletions metaflow/_vendor/v3_6/importlib_metadata.LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2017-2019 Jason R. Coombs, Barry Warsaw

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Loading

0 comments on commit d299b13

Please sign in to comment.