Update .pre-commit-config.yaml
This commit is contained in:
parent
b1efbc33fa
commit
b918bbb8a8
|
@ -1,18 +1,4 @@
|
||||||
|
|
||||||
additional_dependencies:
|
|
||||||
- iniconfig>=1.1.0
|
|
||||||
- attrs>=19.2.0
|
|
||||||
- pluggy>=1.5.0
|
|
||||||
- packaging
|
|
||||||
- tomli
|
|
||||||
- types-pkg_resources
|
|
||||||
- types-tabulate
|
|
||||||
# for mypy running on python>=3.11 since exceptiongroup is only a dependency
|
|
||||||
# on <3.11
|
|
||||||
- exceptiongroup>=1.0.0rc8
|
|
||||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
|
||||||
rev: "1.8.0"
|
|
||||||
hooks:
|
|
||||||
- id: pyproject-fmt
|
- id: pyproject-fmt
|
||||||
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
|
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
|
||||||
additional_dependencies: ["tox>=4.9"]
|
additional_dependencies: ["tox>=4.9"]
|
||||||
|
|
Loading…
Reference in New Issue