Commit b2189691 by Sébastien Eustace

Fix pre-commit configuration for isort

parent 6b096390
...@@ -14,6 +14,7 @@ repos: ...@@ -14,6 +14,7 @@ repos:
hooks: hooks:
- id: isort - id: isort
additional_dependencies: [toml] additional_dependencies: [toml]
exclude: ^.*/?setup\.py$
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0 rev: v2.3.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment