mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 02:24:04 +00:00
Make css, json and yaml style identical
This commit is contained in:
@@ -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
|
||||||
|
@@ -108,9 +108,7 @@
|
|||||||
],
|
],
|
||||||
"automountServiceAccountToken": false,
|
"automountServiceAccountToken": false,
|
||||||
"securityContext": {
|
"securityContext": {
|
||||||
"supplementalGroups": [
|
"supplementalGroups": [100]
|
||||||
100
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
@@ -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": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user