Fix pre commit ci update config (#388)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](https://github.com/PyCQA/isort/compare/5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) * Add missing typing_extensions --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>pull/374/merge
parent
256e787967
commit
f15c1c9c30
|
@ -29,14 +29,14 @@ repos:
|
||||||
- prettier-plugin-toml
|
- prettier-plugin-toml
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.13.2
|
rev: 6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: Sort import statements using isort
|
name: Sort import statements using isort
|
||||||
args: ["--filter-files"]
|
args: ["--filter-files"]
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 24.10.0
|
rev: 25.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Unit test runner
|
# Unit test runner
|
||||||
pytest-ansible
|
pytest-ansible
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
|
typing-extensions
|
||||||
|
|
||||||
# For integration tests
|
# For integration tests
|
||||||
pexpect
|
pexpect
|
||||||
|
|
Loading…
Reference in New Issue