Skip to content

Commit

Permalink
Merge branch 'legend-exp:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
esleon97 authored Oct 26, 2023
2 parents 9cd8e36 + 30ac251 commit 74e4840
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,31 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: "v3.8.0"
rev: "v3.13.0"
hooks:
- id: pyupgrade
args: ["--py38-plus"]

- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "23.9.1"
hooks:
- id: black-jupyter

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.4.1"
rev: "v1.5.1"
hooks:
- id: mypy
files: src
stages: [manual]

- repo: https://github.com/hadialqattan/pycln
rev: "v2.1.5"
rev: "v2.2.2"
hooks:
- id: pycln
args: ["--all"]

- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
rev: "6.1.0"
hooks:
- id: flake8
additional_dependencies: [
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
args: ["-L", "nd,unparseable,compiletime"]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.5"
rev: "v0.9.0.6"
hooks:
- id: shellcheck

Expand All @@ -100,7 +100,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v3.0.3"
hooks:
- id: prettier
types_or: [json]

0 comments on commit 74e4840

Please sign in to comment.