changeset 417:5f32574c9788

define max line length for isort
author Amine Sehili <amine.sehili@gmail.com>
date Thu, 17 Oct 2024 22:02:41 +0200
parents 14efef6f4bae
children 70abdb92149a
files .pre-commit-config.yaml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.pre-commit-config.yaml	Wed Oct 16 20:42:58 2024 +0200
+++ b/.pre-commit-config.yaml	Thu Oct 17 22:02:41 2024 +0200
@@ -3,6 +3,7 @@
     rev: 5.13.2
     hooks:
       - id: isort
+        args: ['--line-length=80']
 -   repo: https://github.com/psf/black
     rev: 24.4.2
     hooks: