[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.1](https://github.com/PyCQA/isort/compare/5.10.1...5.11.1) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v3.3.0...v3.3.1)
This commit is contained in:
committed by
GitHub
parent
51ffcbb8a6
commit
ac91c8f739
@@ -10,12 +10,12 @@ repos:
|
||||
- id: check-added-large-files
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: "22.10.0"
|
||||
rev: "22.12.0"
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: "5.10.1"
|
||||
rev: "5.11.1"
|
||||
hooks:
|
||||
- id: isort
|
||||
|
||||
@@ -31,7 +31,7 @@ repos:
|
||||
additional_dependencies: [types-requests]
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: "v3.3.0"
|
||||
rev: "v3.3.1"
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
|
||||
|
||||
Reference in New Issue
Block a user