Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/black.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/flake8.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: pre-commit

on: [push, pull_request]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.278
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.7.0
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: '3.9.2' # pick a git hash / tag to point to
hooks:
- id: flake8
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ deploy:
repo: OpenDataCubePipelines/tesp
api-key:
secure: DmJq8xtY+ANHl9GOmGjt+t7qBhTLIigHjEBUHdy8xXuNvxMRB1gRmPLYIeMkCnTIyY4YB7FMsYNo6G+9Dbn3NElQ4wkCUgjIPipZDPo9JBEUo5V2gqPgOK9Jjivm0keTxtjHMCLF+pLL591ww8vRgfHDCTQ6klJ0FJ41dEZpAMEut+ZS9gLXnKchkUvsVUc7q4uIcQZoZIh9phSPpp7fV+HKIUDUvL0UG9FXeFE/CsbU5qEUfK7VLZMNQyogEKkkDYXe+gNGJb0c3LILVgteNyNknN9GZ0cBaNl7CNYTwL7bWPegfbhZbbv23z5MoN/LXbnj8D7N8ALioODn354fMzw5MrETbL3vGEd64BWXLvhR/jHg+1LJWqV/2+ZSISEnr9Hca/JujyXYO34OyOelr4VvRaURpUL3r3UNwtfwAV9b6RbyuhSw013CZkGWQJxpWDkM5U8GC1rz64RJTRSa/yCn3aH4J6Z8sQtZqsIkONps13L5f7r4WMsRPFtgsJ/evdkgWylYXdvzl7RF/HtOuBlvAZC3/G86c2k6J9MZnCCs+adOo8kJMkEmUwN+EdJEICPeOwF53XJdYeF4jraAOkYwpKL3PGmXz9bFEQtmFIjLQ1avjv4kqMHpw8CRxSx1577BZwMbZ59umI+rDwtzId1F8c+6wLtHl16IWXjInrU=

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ invoke it manually by running `pre-commit run`

Module creation
----------------
The tesp code is built into the ard-pipeline module. This module is used to generate ARD on NCI. Instructions and code to build this module are stored in the [dea-wagl-docker](https://bitbucket.org/geoscienceaustralia/dea-wagl-docker/src/master/ard-pipeline/) repository.
The tesp code is built into the ard-pipeline module. This module is used to generate ARD on NCI. Instructions and code to build this module are stored in the [dea-wagl-docker](https://bitbucket.org/geoscienceaustralia/dea-wagl-docker/src/master/ard-pipeline/) repository.
Loading