Make css, json and yaml style identical

This commit is contained in:
Ayaz Salikhov
2021-05-07 00:34:43 +03:00
parent 09fb660076
commit 019b5a76b0
5 changed files with 548 additions and 550 deletions

View File

@@ -16,13 +16,13 @@ repos:
rev: v1.26.1 rev: v1.26.1
hooks: hooks:
- id: yamllint - id: yamllint
args: ['-d {extends: relaxed, rules: {line-length: disable}}', '-s'] args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
files: \.(yaml|yml)$ files: \.(yaml|yml)$
- repo: https://github.com/openstack-dev/bashate.git - repo: https://github.com/openstack-dev/bashate.git
rev: 2.0.0 rev: 2.0.0
hooks: hooks:
- id: bashate - id: bashate
args: ['--ignore=E006'] args: ["--ignore=E006"]
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1 rev: 3.9.1
hooks: hooks:
@@ -35,4 +35,8 @@ repos:
rev: v0.27.1 rev: v0.27.1
hooks: hooks:
- id: markdownlint - id: markdownlint
args: ['--fix'] args: ["--fix"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
hooks:
- id: prettier

View File

@@ -108,9 +108,7 @@
], ],
"automountServiceAccountToken": false, "automountServiceAccountToken": false,
"securityContext": { "securityContext": {
"supplementalGroups": [ "supplementalGroups": [100]
100
]
}, },
"volumes": [ "volumes": [
{ {

View File

@@ -245,9 +245,7 @@
"type": "ImageChange", "type": "ImageChange",
"imageChangeParams": { "imageChangeParams": {
"automatic": true, "automatic": true,
"containerNames": [ "containerNames": ["jupyter-notebook"],
"jupyter-notebook"
],
"from": { "from": {
"kind": "ImageStreamTag", "kind": "ImageStreamTag",
"name": "${APPLICATION_NAME}:latest" "name": "${APPLICATION_NAME}:latest"
@@ -304,9 +302,7 @@
], ],
"automountServiceAccountToken": false, "automountServiceAccountToken": false,
"securityContext": { "securityContext": {
"supplementalGroups": [ "supplementalGroups": [100]
100
]
}, },
"volumes": [ "volumes": [
{ {