Skip to content

Commit

Permalink
Merge branch 'main' into relevance_detector
Browse files Browse the repository at this point in the history
Signed-off-by: Modeseven Industrial Solutions <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored May 15, 2024
2 parents 4585723 + cdafe57 commit a46f2e0
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
# entry: scripts/tomllint.sh .

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -59,16 +59,16 @@ repos:
- id: trailing-whitespace

# Autoformat: YAML, JSON, Markdown, etc.
# - repo: https://github.com/prettier/pre-commit
# rev: v2.2.0
# hooks:
# - id: prettier
# args:
# ['--ignore-unknown']
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args:
['--ignore-unknown']

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.40.0
hooks:
- id: markdownlint
args: ["--fix"]
Expand All @@ -80,12 +80,12 @@ repos:
# args: ['--py37-plus']

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.4.2
hooks:
- id: black-jupyter

Expand All @@ -101,7 +101,7 @@ repos:
args: ["--ignore=E006,E011"]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
# Optionally only show errors and warnings
Expand All @@ -124,14 +124,14 @@ repos:
- id: isort
args: ["--profile", "black"]

# - repo: https://github.com/adrienverge/yamllint.git
# rev: v1.33.0
# hooks:
# - id: yamllint
# args: ['--strict --proxy={{env:HTTP_PROXY}}']
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
hooks:
- id: yamllint
args: ['--strict --proxy={{env:HTTP_PROXY}}']

- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: v1.6.26.11
rev: v1.6.27.13
hooks:
- id: actionlint

Expand All @@ -143,7 +143,7 @@ repos:
# additional_dependencies: [black]

- repo: https://github.com/pycqa/flake8
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: flake8
entry: pflake8
Expand All @@ -156,7 +156,7 @@ repos:
# - id: codespell

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.10.0"
hooks:
- id: mypy
verbose: true
Expand Down

0 comments on commit a46f2e0

Please sign in to comment.