Fix pre commit (#239)
* Fix auto-commit * Update changelog * Update .pre-commit-config.yamlpull/248/head 2.9.0
parent
b18c096d06
commit
9acd289915
|
@ -41,7 +41,7 @@ repos:
|
|||
- prettier-plugin-toml
|
||||
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: v5.11.3
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
name: Sort import statements using isort
|
||||
|
|
|
@ -4,6 +4,7 @@ Ansible Utils Collection Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.9.0
|
||||
======
|
||||
|
||||
|
|
|
@ -318,6 +318,7 @@ releases:
|
|||
fragments:
|
||||
- 3.11_fixes.yaml
|
||||
- add_ipfilter_doc_ut.yaml
|
||||
- fix_pre_commit.yaml
|
||||
- fix_ansible_lint.yaml
|
||||
- to_xml_disable_xml_declaration.yaml
|
||||
release_date: "2023-01-30"
|
||||
|
|
Loading…
Reference in New Issue