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
hooks:
- id: yamllint
args: ['-d {extends: relaxed, rules: {line-length: disable}}', '-s']
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
files: \.(yaml|yml)$
- repo: https://github.com/openstack-dev/bashate.git
rev: 2.0.0
hooks:
- id: bashate
args: ['--ignore=E006']
args: ["--ignore=E006"]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
hooks:
@@ -35,4 +35,8 @@ repos:
rev: v0.27.1
hooks:
- 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,
"securityContext": {
"supplementalGroups": [
100
]
"supplementalGroups": [100]
},
"volumes": [
{

View File

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