Skip to content

Commit d68f6ec

Browse files
authored
Reformat everything with black (#737)
The biggest change is going from two-space indent to four. Black won't ever do two. Since `kagglehub` uses Black, this makes us a bit more stylistically consistent. To use with Rider, you'd change some Settings: > Editor > Code Style > Hard wrap = 120 > Tools > Black > Use Black = On save > (May need to install Black in the local interpreter) The line length was chosen to be consistent with `kagglehub`, and is defined in `pyproject.toml`. Command: ```bash black . ``` So both `kaggle` and `kagglesdk` are reformatted. Updating dependency installation will be done in another PR.
1 parent 9bcd897 commit d68f6ec

File tree

119 files changed

+45244
-44351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+45244
-44351
lines changed

integration_tests/test_models.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# TODO(messick) Add a test that creates a dataset w/o specifying privacy that is created private.
1111

12+
1213
class TestModels(unittest.TestCase):
1314
def setUp(self):
1415
self.api = KaggleApi()

0 commit comments

Comments
 (0)