Skip to content

Commit

Permalink
Merge pull request #59 from SenteraLLC/POT-72-gql-scripts
Browse files Browse the repository at this point in the history
DEM-51 - GraphQL and minor bug fixes
  • Loading branch information
tnigon committed Jul 8, 2022
2 parents 0f6459d + b2fc300 commit 03869c2
Show file tree
Hide file tree
Showing 5 changed files with 1,122 additions and 761 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
repos:
- repo: https://github.com/pycqa/isort
rev: '5.10.1'
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.4.2
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 21.11b1
rev: 20.8b1
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
Expand All @@ -13,6 +17,7 @@ repos:
- id: flake8
exclude: (tests|doc)
additional_dependencies: [
'flake8-docstrings',
'flake8-builtins',
'flake8-logging-format',
'flake8-rst-docstrings',
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ install:
- 'poetry install'

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

__version__ = "0.1.5"
Loading

0 comments on commit 03869c2

Please sign in to comment.