-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from sportsdataverse/polars-conv
v0.37.0: Polars conv
- Loading branch information
Showing
163 changed files
with
19,939 additions
and
17,961 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[flake8] | ||
max-line-length = 120 | ||
max-complexity = 18 | ||
select = B,C,E,F,W,T4,B9 | ||
extend-ignore = E203, E265, E266, E400, E501, E712, W503, B905, B907 | ||
enable-extensions = G | ||
import-order-style = google | ||
application-import-names = sportsdataverse,test |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,7 @@ docs/node_modules | |
build | ||
dist | ||
*.ipynb | ||
.ipynb_checkpoints | ||
./.ipynb_checkpoints | ||
*/.ipynb_checkpoints | ||
*.egg-info |
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,7 +1,52 @@ | ||
# See https://pre-commit.com for more information | ||
# See https://pre-commit.com/hooks.html for more hooks | ||
repos: | ||
# - repo: local | ||
# hooks: | ||
# - id: update-docs | ||
# name: update-docs | ||
# entry: bash create_docs.sh | ||
# language: system | ||
# types: [python] | ||
# pass_filenames: false | ||
|
||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.0.1 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: trailing-whitespace | ||
- id: check-merge-conflict | ||
- id: check-ast | ||
- id: check-toml | ||
- id: check-json | ||
- id: check-xml | ||
- id: check-yaml | ||
- id: check-symlinks | ||
- id: check-vcs-permalinks | ||
- id: end-of-file-fixer | ||
- id: requirements-txt-fixer | ||
- id: check-added-large-files | ||
args: [--maxkb=10000] | ||
- id: debug-statements | ||
|
||
- repo: https://github.com/psf/black | ||
rev: '23.1.0' | ||
hooks: | ||
- id: black | ||
- repo: https://github.com/pycqa/isort | ||
rev: '5.12.0' | ||
hooks: | ||
- id: isort | ||
- repo: https://github.com/hadialqattan/pycln | ||
rev: 'v2.1.5' | ||
hooks: | ||
- id: pycln | ||
args: ['.', "--all"] | ||
# - repo: https://github.com/pycqa/flake8 | ||
# rev: '3.9.2' | ||
# hooks: | ||
# - id: flake8 | ||
# - repo: https://github.com/pycqa/pydocstyle | ||
# rev: '6.3.0' | ||
# hooks: | ||
# - id: pydocstyle | ||
# args: ['.', '--ignore=D100,D203,D405'] |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
a5ed32c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
sportsdataverse-py – ./
sportsdataverse-py-sportsdataverse.vercel.app
sportsdataverse-py.vercel.app
sportsdataverse-py.sportsdataverse.org
sportsdataverse-py-git-main-sportsdataverse.vercel.app
py.sportsdataverse.org