mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-03 16:52:31 +01:00
pre-commit updates
This commit is contained in:
parent
c902fc7790
commit
30d7143a9c
@ -54,7 +54,7 @@ repos:
|
||||
# https://github.com/Mikaela/gist/blob/master/doctoc.txt
|
||||
args: [--update-only]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.7.0"
|
||||
rev: "v1.7.1"
|
||||
hooks:
|
||||
- id: mypy
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
@ -72,7 +72,7 @@ repos:
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.1.0"
|
||||
rev: "v4.0.0-alpha.3"
|
||||
hooks:
|
||||
- id: prettier
|
||||
exclude_types: [python, pyi, jupyter]
|
||||
@ -80,7 +80,7 @@ repos:
|
||||
# https://www.npmjs.com/package/prettier
|
||||
"prettier@3.1.0",
|
||||
# https://www.npmjs.com/package/@prettier/plugin-ruby
|
||||
"@prettier/plugin-ruby@4.0.2",
|
||||
"@prettier/plugin-ruby@4.0.3",
|
||||
]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.11.0
|
||||
@ -90,7 +90,7 @@ repos:
|
||||
#args: ["--line-length", "79", "--target-version", "py310"]
|
||||
#- id: black-jupyter
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.7.0-3
|
||||
rev: v3.7.0-4
|
||||
hooks:
|
||||
- id: shfmt
|
||||
#- id: shfmt-docker
|
||||
|
Loading…
Reference in New Issue
Block a user