# HG changeset patch # User Amine Sehili # Date 1729195361 -7200 # Node ID 5f32574c97881527991680b50dfcc05f8d33e540 # Parent 14efef6f4bae3deacd48a3c401eeed82b2de3b15 define max line length for isort diff -r 14efef6f4bae -r 5f32574c9788 .pre-commit-config.yaml --- 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: