Updated libs

This commit is contained in:
2023-05-14 09:24:05 +00:00
parent a139065611
commit 5e982efacf
4 changed files with 284 additions and 297 deletions

View File

@@ -13,12 +13,12 @@ repos:
- id: check-toml
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
@@ -33,7 +33,7 @@ repos:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py310-plus]
args: [--py311-plus]