Skip to content
Merged
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
8 changes: 3 additions & 5 deletions .devcontainer/devcontainer.json → .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "ignition-api-8.1",
"build": {
"context": "..",
"dockerfile": "Dockerfile"
},
"image": "quay.io/ignition-devs/devcontainer-base:python",
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -15,5 +12,6 @@
}
}
},
"onCreateCommand": "pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push"
"onCreateCommand": "pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push",
"postCreateCommand": "python2 -m pip install --requirement ignition-api/requirements.txt"
}
12 changes: 0 additions & 12 deletions .devcontainer/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ repos:
- id: pydoclint-flake8
files: ^ignition-api/src/
args: [--config=ignition-api/.pydoclint]
- repo: https://github.com/coatl-dev/hadolint-coatl
rev: 2.12.1b0
hooks:
- id: hadolint
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.8.3
hooks:
Expand Down