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