Skip to content

Commit

Permalink
Merge pull request #4 from rosalindfranklininstitute/pre-commit_isort
Browse files Browse the repository at this point in the history
Addition of isort
  • Loading branch information
jmp1985 authored Feb 2, 2024
2 parents ab3d501 + 9057553 commit 9a1194e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ repos:
- id: flake8
args: ['--max-line-length=88', '--select=W291,W292,W293,F401']
language_version: python3

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/rubik/xenon
rev: v0.9.0
hooks:
- id: xenon
args: [ --max-absolute A, --max-modules A, --max-average A ]
args: [ --max-absolute A, --max-modules A, --max-average A ]

0 comments on commit 9a1194e

Please sign in to comment.