Skip to content

Commit

Permalink
LNT: update pre-commit pins and update files (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored May 18, 2021
1 parent 60f68bf commit 171542f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.0.1
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.5b1
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.6.4
rev: 5.8.0
hooks:
- id: isort
args: [setup.py, rioxarray/, test/, docs/]
- repo: https://github.com/asottile/blacken-docs
rev: v1.8.0
rev: v1.10.0
hooks:
- id: blacken-docs
args: [--skip-errors]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.2
hooks:
- id: flake8
2 changes: 1 addition & 1 deletion geocube/cli/geocube.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def cli_show_version(ctx, _, value):
help="Show debugging version information",
)
def geocube():
""" Top-level command and entry point into the GeoCube CLI """
"""Top-level command and entry point into the GeoCube CLI"""


def _add_subcommands():
Expand Down

0 comments on commit 171542f

Please sign in to comment.