Fix pre commit (#239)

* Fix auto-commit

* Update changelog

* Update .pre-commit-config.yaml
pull/248/head 2.9.0
Ashwini Mhatre 2023-01-30 21:01:43 +05:30 committed by GitHub
parent b18c096d06
commit 9acd289915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -4,6 +4,7 @@ Ansible Utils Collection Release Notes
.. contents:: Topics
v2.9.0
======

View File

@ -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"