[pre-commit.ci] pre-commit autoupdate (#900)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/isort: 5.9.3 → 5.10.0](https://github.com/PyCQA/isort/compare/5.9.3...5.10.0)
- [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
- [github.com/asottile/setup-cfg-fmt: v1.18.0 → v1.19.0](https://github.com/asottile/setup-cfg-fmt/compare/v1.18.0...v1.19.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot]
2021-11-09 22:15:07 -05:00
committed by GitHub
co-authored by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parent f01d6ed8fe
commit a4a6646979
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -34,17 +34,17 @@ repos:
stages: [manual] # disabled due to artificial limit on Python 3.10
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.10.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.18.0
rev: v1.19.0
hooks:
- id: setup-cfg-fmt
+1 -1
View File
@@ -37,7 +37,7 @@ install_requires =
packaging
tomli
dataclasses;python_version < '3.7'
typing_extensions>=3.10.0.0;python_version < '3.8'
typing-extensions>=3.10.0.0;python_version < '3.8'
python_requires = >=3.6
include_package_data = True
zip_safe = False