Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
1 result

Target

Select target project
  • shore/registry-docker
1 result
Select Git revision
  • master
1 result
Show changes
Commits on Source (2)
......@@ -49,4 +49,4 @@ backup:
backup registry.shore.co.il /var/backups/registry
retry:
max: 2
timeout: 3h
timeout: 5h
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.0.1
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
......@@ -10,40 +10,40 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/Yelp/detect-secrets
rev: v1.1.0
rev: v1.5.0
hooks:
- id: detect-secrets
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.37.0
hooks:
- id: yamllint
- repo: https://github.com/amperser/proselint/
rev: 0.10.2
rev: 0.14.0
hooks:
- id: proselint
types: [plain-text]
exclude: LICENSE
- repo: https://github.com/executablebooks/mdformat.git
rev: 0.7.10
rev: 0.7.22
hooks:
- id: mdformat
- repo: https://github.com/shellcheck-py/shellcheck-py.git
rev: v0.7.2.1
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git/
rev: v0.2.0
rev: v0.5.2
hooks:
- id: shell-validate
- id: docker-compose
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.4
rev: v1.0.6
hooks:
- id: gitlab-ci-linter
args:
......@@ -51,12 +51,12 @@ repos:
- https://git.shore.co.il
- repo: https://github.com/AleksaC/hadolint-py.git
rev: v2.7.0
rev: v2.12.1b3
hooks:
- id: hadolint
- repo: https://github.com/ambv/black
rev: 21.9b0
rev: 25.1.0
hooks:
- id: black
args:
......@@ -64,7 +64,7 @@ repos:
--line-length=79
- repo: https://github.com/PyCQA/prospector
rev: 1.5.1
rev: v1.16.1
hooks:
- id: prospector
args:
......@@ -91,7 +91,7 @@ repos:
- pyroma
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.2
rev: 7.2.0
hooks:
- id: flake8
args:
......@@ -101,6 +101,6 @@ repos:
- flake8-bugbear
- repo: https://github.com/codespell-project/codespell.git
rev: v2.1.0
rev: v2.4.1
hooks:
- id: codespell