Skip to content

Commit

Permalink
Merge pull request #65 from SenteraLLC/DEM-362-update-seaborn
Browse files Browse the repository at this point in the history
[DEM-362] Updates for Bayer Canola workflow
  • Loading branch information
marissakivi committed May 12, 2023
2 parents 65f500e + e7a800f commit 8359762
Show file tree
Hide file tree
Showing 7 changed files with 712 additions and 1,758 deletions.
48 changes: 24 additions & 24 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
exclude: "(?x)^(\n geoml/feature_data.py|\n geoml/feature_selection.py|\n geoml/join_tables.py|\n
\ geoml/predict.py|\n geoml/profile_keys.py|\n geoml/tables.py|\n geoml/training.py|\n
\ geoml/tests/|\n conftest.py\n)\n"
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/ambv/black
rev: 23.1.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: '6.0.0'
hooks:
- id: flake8
exclude: (tests|doc)
additional_dependencies: [
'flake8-docstrings',
'flake8-builtins',
'flake8-logging-format',
'flake8-rst-docstrings',
'pygments',
'pep8-naming'
]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/ambv/black
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
exclude: (tests|doc)
additional_dependencies:
- flake8-docstrings
- flake8-builtins
- flake8-logging-format
- flake8-rst-docstrings
- pygments
- pep8-naming
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ install:
- 'poetry install'

script:
- poetry --version
- poetry run pre-commit run --all-files
2 changes: 1 addition & 1 deletion geoml/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Defines package version. Parsed by setup.py and imported by __init__.py."""

__version__ = "1.0.0"
__version__ = "1.0.1"
Loading

0 comments on commit 8359762

Please sign in to comment.