Skip to content

Commit

Permalink
Merge pull request os-climate#13 from ModeSevenIndustrialSolutions/main
Browse files Browse the repository at this point in the history
Chore: Implement pdm for build system
  • Loading branch information
ModeSevenIndustrialSolutions authored Dec 19, 2023
2 parents 4447aa5 + 2a4b987 commit 09ae195
Show file tree
Hide file tree
Showing 43 changed files with 2,385 additions and 2,464 deletions.
1 change: 1 addition & 0 deletions .aicoe-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Setup and configuring aicoe-ci with configuration file `.aicoe-ci.yaml`
# Example `.aicoe-ci.yaml` with a full list of config options is available here: https://github.com/AICoE/aicoe-ci/blob/master/docs/.aicoe-ci.yaml
check:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# PDM
.pdm-python

# Credentials / Secrets
credentials.env

Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.4
rev: v4.0.0-alpha.7
hooks:
- id: prettier
args:
Expand All @@ -71,12 +71,12 @@ repos:
# args: ['--py37-plus']

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black-jupyter

Expand Down Expand Up @@ -110,7 +110,7 @@ repos:
# ]

- repo: https://github.com/PyCQA/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort

Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/*.yaml
**/*.yml
1 change: 1 addition & 0 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
presubmits:
- name: pre-commit
decorate: true
Expand Down
1 change: 1 addition & 0 deletions .thoth.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
host: khemenu.thoth-station.ninja
tls_verify: false
requirements_format: pipenv
Expand Down
34 changes: 0 additions & 34 deletions Pipfile

This file was deleted.

2,352 changes: 0 additions & 2,352 deletions Pipfile.lock

This file was deleted.

Loading

0 comments on commit 09ae195

Please sign in to comment.