toml-sort

This commit is contained in:
Guilhem Saurel
2023-03-08 15:44:28 +01:00
parent 1f072d31c8
commit 2f05e34144
2 changed files with 27 additions and 19 deletions

View File

@@ -40,3 +40,8 @@ repos:
- id: pyupgrade
args:
- --py38-plus
- repo: https://github.com/pappasam/toml-sort
rev: v0.22.4
hooks:
- id: toml-sort-fix
exclude: 'poetry.lock'