mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-03 16:52:31 +01:00
.pre-commit-config.yaml: drop expected Python to 3.10
PyPy3
This commit is contained in:
parent
dce5fa3227
commit
66f3c2f590
@ -61,12 +61,12 @@ repos:
|
||||
rev: v3.15.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py311-plus]
|
||||
args: [--py310-plus]
|
||||
- repo: https://github.com/asottile/reorder-python-imports
|
||||
rev: v3.12.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
args: [--py311-plus]
|
||||
args: [--py310-plus]
|
||||
- repo: https://github.com/asottile/add-trailing-comma
|
||||
rev: v3.1.0
|
||||
hooks:
|
||||
@ -86,7 +86,7 @@ repos:
|
||||
rev: 23.9.1
|
||||
hooks:
|
||||
- id: black
|
||||
args: ["--line-length", "79", "--target-version", "py311"]
|
||||
args: ["--line-length", "79", "--target-version", "py310"]
|
||||
#- id: black-jupyter
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.7.0-1
|
||||
|
Loading…
Reference in New Issue
Block a user