Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 31, 2023
1 parent 25999a4 commit 13312d7
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -15,12 +15,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.282"
rev: "v0.1.3"
hooks:
- id: ruff

- repo: https://github.com/psf/black
rev: "23.7.0"
rev: "23.10.1"
hooks:
- id: black

Expand All @@ -38,22 +38,15 @@ repos:
exclude: ^tests/

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: d2425a62376c2197448cce2f825d5a0c3926b862
rev: v2.11.0
hooks:
- id: pretty-format-toml
args: [--autofix]

- repo: https://github.com/aristanetworks/j2lint.git
rev: 742a25ef5da996b9762f167ebae9bc8223e8382e
rev: v1.1.0
hooks:
- id: j2lint
types: [file]
files: \.(j2|yml|yaml)$
args: [--extensions, "j2,yml,yaml", --ignore, jinja-statements-delimiter, jinja-statements-indentation, --]
exclude: .github/.*

- repo: https://github.com/markdownlint/markdownlint.git
rev: v0.12.0
hooks:
- id: markdownlint
args: [--rules, '~MD007,~MD012,~MD013,~MD026,~MD029,~MD033,~MD034']
exclude: .github/.*|web|elmer

0 comments on commit 13312d7

Please sign in to comment.