Update `pyproject.toml` and `.pre.commit-config.yaml`.
parent
63977a4d75
commit
dba40e3b61
|
|
@ -6,7 +6,6 @@ repos:
|
|||
rev: 22.10.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.8
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.10.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[tool.black]
|
||||
py311 = true
|
||||
include = '\.pyi?$'
|
||||
exclude = '''
|
||||
/(
|
||||
|
|
|
|||
Loading…
Reference in New Issue