Skip to content
Commits on Source (3)
--- ---
include: include:
- project: shore/ci-templates - project: shore/ci-stuff
file: templates/pre-commit.yml file: templates/pre-commit.yml
build: build:
......
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v3.4.0 rev: v4.0.1
hooks: hooks:
- id: check-added-large-files
- id: check-merge-conflict - id: check-merge-conflict
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
exclude: \.diff$
- repo: https://github.com/Yelp/detect-secrets - repo: https://github.com/codespell-project/codespell.git
rev: v0.14.3 rev: v2.1.0
hooks: hooks:
- id: detect-secrets - id: codespell
- repo: https://github.com/adrienverge/yamllint - repo: https://github.com/Yelp/detect-secrets.git
rev: v1.25.0 rev: v1.1.0
hooks: hooks:
- id: yamllint - id: detect-secrets
- repo: https://github.com/amperser/proselint/ - repo: https://github.com/amperser/proselint.git
rev: 0.10.2 rev: 0.10.2
hooks: hooks:
- id: proselint - id: proselint
types: [plain-text] types: [plain-text]
exclude: LICENSE|README exclude: LICENSE|README
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup - repo: https://gitlab.com/devopshq/gitlab-ci-linter.git
rev: v1.0.2
hooks:
- id: gitlab-ci-linter
args:
- "--server"
- https://git.shore.co.il
- repo: https://git.shore.co.il/nimrod/yamltool.git
rev: v0.1.2
hooks:
- id: yamltool
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
hooks:
- id: yamllint
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup.git
rev: v1.0.1 rev: v1.0.1
hooks: hooks:
- id: rst-linter - id: rst-linter
......
...@@ -393,4 +393,3 @@ the avoidance of doubt, this paragraph does not form part of the ...@@ -393,4 +393,3 @@ the avoidance of doubt, this paragraph does not form part of the
public licenses. public licenses.
Creative Commons may be contacted at creativecommons.org. Creative Commons may be contacted at creativecommons.org.
...@@ -8,7 +8,7 @@ Nimrod Adar's résumé ...@@ -8,7 +8,7 @@ Nimrod Adar's résumé
A tiny framework to generate your résumé from whatever markup that A tiny framework to generate your résumé from whatever markup that
suits you (and that Pandoc can read). suits you (and that Pandoc can read).
My own résumé is in the :code:`nimrod` branch, the outputed files can be found My own résumé is in the :code:`nimrod` branch, the outputted files can be found
in my `about me <https://www.shore.co.il/blog/pages/about-me.html>`_ page. in my `about me <https://www.shore.co.il/blog/pages/about-me.html>`_ page.
Dependencies Dependencies
......
Nimrod Adar - נמרוד אדר - Resume (April 2021) Nimrod Adar - נמרוד אדר - Resume (April 2021)
############################################### #############################################
DevOps engineer and Python developer
************************************
Contact information Contact information
------------------- -------------------
...@@ -19,7 +22,7 @@ Contact information ...@@ -19,7 +22,7 @@ Contact information
About me About me
-------- --------
- DevOps engineer, Linux and BSD sysadmin and Python developer. - DevOps engineer, Python developer and Linux and BSD sysadmin.
- Freelance, working remotely from Zichron Ya'akov, Israel. - Freelance, working remotely from Zichron Ya'akov, Israel.
......