Compare commits

...

3 Commits

3 changed files with 7 additions and 7 deletions

View File

@ -54,19 +54,19 @@ repos:
# https://github.com/Mikaela/gist/blob/master/doctoc.txt # https://github.com/Mikaela/gist/blob/master/doctoc.txt
args: [--update-only] args: [--update-only]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.6.0" rev: "v1.6.1"
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.15.0 rev: v3.15.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py311-plus] args: [--py310-plus]
- repo: https://github.com/asottile/reorder-python-imports - repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0 rev: v3.12.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports
args: [--py311-plus] args: [--py310-plus]
- repo: https://github.com/asottile/add-trailing-comma - repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0 rev: v3.1.0
hooks: hooks:
@ -83,10 +83,10 @@ repos:
"@prettier/plugin-ruby@4.0.2", "@prettier/plugin-ruby@4.0.2",
] ]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.9.1 rev: 23.10.0
hooks: hooks:
- id: black - id: black
args: ["--line-length", "79", "--target-version", "py311"] args: ["--line-length", "79", "--target-version", "py310"]
#- id: black-jupyter #- id: black-jupyter
- repo: https://github.com/scop/pre-commit-shfmt - repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-1 rev: v3.7.0-1

@ -1 +1 @@
Subproject commit d970278eb14cc859b1e4911e9c4336e4ca50d6b8 Subproject commit 891a61bcf594b0e159a1d376a727b78b926de16e

@ -1 +1 @@
Subproject commit 44d9eabb691aeb2cdee9d40baedf5b5bfbafa8cf Subproject commit 6df24965dc6ff0f679089e67d7c832ce1f7c0d83